Merge branch 'master' into matt/asset-image-dimensions-metadata
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled

This commit is contained in:
Matt Miller 2026-05-19 15:41:02 -07:00 committed by GitHub
commit 53e4342d7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4160,6 +4160,9 @@ paths:
name: name:
type: string type: string
description: Display name for the API key description: Display name for the API key
description:
type: string
description: User-provided description for the key
responses: responses:
"201": "201":
description: API key created description: API key created
@ -7682,6 +7685,10 @@ components:
type: string type: string
name: name:
type: string type: string
description:
type: string
nullable: true
description: User-provided description
prefix: prefix:
type: string type: string
description: First few characters of the key for identification description: First few characters of the key for identification
@ -7708,6 +7715,10 @@ components:
type: string type: string
name: name:
type: string type: string
description:
type: string
nullable: true
description: User-provided description
key: key:
type: string type: string
description: Full API key value (only returned on creation) description: Full API key value (only returned on creation)