/worksites/{worksiteId}

Use this endpoint to modify and update an existing Worksite.

put/worksites/{worksiteId}

Path parameters

worksiteIdinteger required

Request body

worksiteIdinteger
namestring
isPreferredboolean

Response

200

worksiteIdinteger
namestring
isPreferredboolean

Example response

{
  "worksiteId": 384,
  "name": "Example Worksite",
  "isPreferred": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.