Sha256: f8cdf198d4cb0a46d319582426c36ad772aa2de8c26e9c85a1eb75b731a6b4b1
Contents?: true
Size: 1000 Bytes
Versions: 9
Compression:
Stored size: 1000 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, per_page: 1, page: 1 ) ``` ### 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
9 entries across 9 versions & 1 rubygems