Update a workspace
Update by ID
PUT
https://{{workspace}}.myeshopbox.com/api/v1/account/:id
This endpoint allows user to update a workspace of a particular account id
Path Parameters
Name
Type
Description
id
integer
The ID of account which is used to be updated
Headers
Name
Type
Description
Authentication
string
The Bearer token to grant access to the API
Request Body
Name
Type
Description
stepsCompleted
integer
Number of step completed to create a workspace
Last updated