Sha256: 5de7c2af4026dd6e1c8042ff156d89a5c96310b0a37514769ac058cf06a0b6db
Contents?: true
Size: 764 Bytes
Versions: 21
Compression:
Stored size: 764 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 ) ``` ### Parameters * `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header. * `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
Version data entries
21 entries across 21 versions & 1 rubygems