mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
8 lines
186 B
YAML
8 lines
186 B
YAML
name: id
|
|
in: path
|
|
description: ID of the object to retrieve, update, or delete
|
|
required: true
|
|
schema:
|
|
type: string
|
|
format: uuid
|
|
example: 1246d8b3-ac29-4015-8154-dea4434a73fa |