mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
13 lines
390 B
YAML
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" |