Add Equipment Feature
POST http://api.boomandbucket.com/equipmentservice/equipment/{equipmentId}/feature
This endpoint allows you to add one feature to a specific equipment.
Request Body
feature
(array): An array with one item as follows:text
(string): The name of the featuredescription
(string) (optional): A description of the feature
Response:
- Successful response: HTTP Status
200 OK
with the id of the feature that was posted. - Error response: HTTP Status
400 Bad Request
with details in the response body.
RESPONSES
status: OK
["{{$guid}}"]