cURL
curl --request PUT \ --url https://api.reqlick.com/workspaces/{url} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "projectName": "<string>", "projectUrl": "<string>" }'
{ "url": "<string>" }
Update a workspace information by its URL.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace URL
Workspace updated successfully
The response is of type object.
object