latestOpenAPI 3.1.02026-08-211061591.1 MB

69a962f1578f

Labels

Shared Labels Rename

Rename the given shared label from all active tasks

post/api/v1/labels/shared/rename

Request body

namestring required

Current shared label name to rename.

new_namestring required

New shared label name to apply to matching tasks.

Example request

{
  "name": "waiting",
  "new_name": "follow-up"
}

Response

Successful Response

{"stackTrail":"paths:/api/v1/labels/shared/rename:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}