Skip to content

Commit f112c5e

Browse files
Update content/terraform-docs-common/docs/cloud-docs/api-docs/agents.mdx
Co-authored-by: Krista LaFentres (she/her) <lafentres@users.noreply.github.com>
1 parent 3c56bfe commit f112c5e

File tree

1 file changed

+1
-1
lines changed
  • content/terraform-docs-common/docs/cloud-docs/api-docs

1 file changed

+1
-1
lines changed

content/terraform-docs-common/docs/cloud-docs/api-docs/agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ This endpoint supports pagination [with standard URL query parameters](/terrafor
195195
| `filter[last-ping-since]` | **Optional.** Accepts a date in ISO8601 format (ex. `2020-08-11T10:41:23Z`). |
196196
| `page[number]` | **Optional.** If omitted, the endpoint will return the first page. |
197197
| `page[size]` | **Optional.** If omitted, the endpoint will return 20 agents per page. |
198-
| `sort` | **Optional.** Allows sorting the returned agents. Valid value is `"created-at"`. Prepending a hyphen to the sort parameter will reverse the order (e.g. `"-name"`). |
198+
| `sort` | **Optional.** Allows sorting the returned agents. Valid value is `"created-at"`. Prepending a hyphen to the sort parameter will reverse the order (e.g. `"-created-at"`). |
199199

200200
### Sample Request
201201

0 commit comments

Comments
 (0)