Update Screen Tab
PUT {{baseUrl}}/rest/api/3/screens/:screenId/tabs/:tabId
Updates the name of a screen tab.
Permissions required: Administer Jira global permission.
Request Body
{"name"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":10000,"name":"Fields Tab"}