Update product tab by id
Update product tab by id
Authorizations:Token
Query Parameters
id required | integerId value of the Tab object |
Request Body Schema:
Tab object that needs to be added id | integerTab unique ID |
position | integerTab position |
enabled | booleanIs tab available or not |
link | stringLink |
product | |
global_tab |
Responses
200Success
Response schema:
Success id | integerTab unique ID |
position | integerTab position |
enabled | booleanIs tab available or not |
link | stringLink |
product | |
global_tab |