Modify Equipment Specification

PATCH http://api.boomandbucket.com/equipmentservice/equipment/{equipmentId}/technicalspec/{specId}

This endpoint allows you to modify a specification associated with a particular equipment.

Request Body

  • text (string): The modified name of the specification

  • description (string) (optional): The modified description of the specification

Response:

  • Successful response: HTTP Status 200 OK.

  • Error response: HTTP Status 400 Bad Request with details in the response body.

RESPONSES

status: OK