File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/terraform-docs-common/docs/cloud-docs/api-docs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments