Update global tab by id
Update global tab by id
Authorizations:Token
Query Parameters
| id required | integerId value of the GlobalTab object |
Request Body Schema:
GlobalTab object that needs to be added | enabled | booleanIs tab available or not |
| link | stringLink |
| custom_tab | |
| product_specific_aliases | ArrayGlobal custom tab |
| id | integerTab unique ID |
| position | integerTab position |
| service_name | stringTab name |
| providers | ArrayTab provider(module namespace or core) |
Responses
200Success
Response schema:
Success | enabled | booleanIs tab available or not |
| link | stringLink |
| custom_tab | |
| product_specific_aliases | ArrayGlobal custom tab |
| id | integerTab unique ID |
| position | integerTab position |
| service_name | stringTab name |
| providers | ArrayTab provider(module namespace or core) |