This resource allows you modify extra_attributes for containers in Octopi.
This resource allows you modify extra_attributes for containers in Octopi.
Code | Description |
---|---|
400 | Bad Request. |
500 | Internal Server Error. |
curl "https://app.octopi.co/api/v1/containers/NUMBER/extra_attributes/extra_attribute_label" \ -X PUT \ "Authorization: Token token=ADD TOKEN HERE" \ -d '{ "value": "FLEX_FIELD_VALUE" }'
"value": "EXTRA_ATTRIBUTE_VALUE"
Param name | Description |
---|---|
label required |
Label of the extra attribute Validations:
|
value required |
Value of the extra attribute to change Validations:
|