Sha256: da1a65482faadf4972d61236a80b2a2ff09d383d61de3df6d8b080eb26ad6a14
Contents?: true
Size: 972 Bytes
Versions: 5
Compression:
Stored size: 972 Bytes
Contents
# Priority ## Example Priority Object ``` { "path": "foo/bar", "color": "pink" } ``` * `path` (string): The path corresponding to the priority color. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters. * `color` (string): The priority color --- ## List Priorities ``` Files::Priority.list(path) ``` ### Parameters * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination. * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended). * `action` (string): * `page` (int64): * `path` (string): Required - The path to query for priorities
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
files.com-1.1.108 | docs/priority.md |
files.com-1.1.107 | docs/priority.md |
files.com-1.1.106 | docs/priority.md |
files.com-1.1.105 | docs/priority.md |
files.com-1.1.104 | docs/priority.md |