mirror of
https://github.com/directus/directus.git
synced 2026-02-18 16:04:32 -05:00
* Unique operationIds for users/me methods * Fix specs for /users/invite/accept and rename files * Add missing parameters definition for /utils/sort * Add .yaml to lint-staged and format cmd * Format .yaml files * Fix small linting issue Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
10 lines
169 B
YAML
10 lines
169 B
YAML
description: Control what fields are being returned in the object.
|
|
in: query
|
|
name: fields
|
|
required: false
|
|
explode: false
|
|
schema:
|
|
type: array
|
|
items:
|
|
type: string
|