v23

latestOpenAPI 3.0.0raw.githubusercontent.com2018-12-12442338.0 KB
taxonomy

Update a specific term

Update a specific term

put/taxonomy/{id}

Path parameters

idstring required

The UUID of the term

Request body

termstring

The name of the term

Example request

{
  "term": "Community group"
}

Response

Provider udpated

idstring

UUID of term

termstring

The name of the term

Example response

{
  "id": "7a52060d-be2d-482e-bd9e-0f8041554925",
  "term": "Community group"
}