Sha256: df5f8550f9fb6c5752e99fe6c26b1b95ace9670e24aaa109012d2a7235172bcd
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
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). * `path` (string): Required - The path to query for priorities --- ## Create Export Priority ``` Files::Priority.create_export(path) ``` ### Parameters * `path` (string): Required - The path to query for priorities
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
files.com-1.1.179 | docs/priority.md |