mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 20:37:44 +00:00
15 lines
368 B
YAML
15 lines
368 B
YAML
get:
|
|
summary: Find attribute data by id
|
|
operationId: getAttribute
|
|
description: Info for a specific attribute
|
|
tags:
|
|
- attributes
|
|
parameters:
|
|
- $ref: "../parameters/path/id.yaml"
|
|
responses:
|
|
'200':
|
|
$ref: "../responses/Attribute.yaml"
|
|
'400':
|
|
$ref: "../responses/400.yaml"
|
|
'500':
|
|
$ref: "../responses/500.yaml" |