Files
api-specs/nerm/paths/ne_attributes_id.yaml
2023-05-12 15:35:08 -04:00

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"