PUT
/
workspaces
/
{url}
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

url
string
required

Workspace URL

Body

application/json
projectName
string

Workspace Name

projectUrl
string

Workspace URL

Response

200
application/json
Workspace updated successfully
url
string