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

13 lines
390 B
YAML

post:
summary: Add a value to an option based attribute
operationId: postAttributeOption
description: Add a value to an option based attribute
tags:
- attribute options
requestBody:
$ref: "../requestBodies/POST/AttributeOption.yaml"
responses:
'200':
$ref: "../responses/AttributeOption.yaml"
'405':
$ref: "../responses/InvalidInput.yaml"