Update a Label

put

/api/v2/labels/{id}/

Make a PUT or PATCH request to this resource to update this label. The following fields may be modified:

  • name: Name of this label. (string, required)
  • organization: Organization this label belongs to. (id, required)

For a PUT request, include all fields in the request.

Request

Supported Media Types
Path Parameters
Query Parameters
Body ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

200 Response

Back to Top