Sha256: 859ed8024b58d1e3f80192c4f04a4653edbe8a8ce43eb1ef6b20624e909764e5

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 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 an export CSV of Priority resources

```
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.180 docs/priority.md