Skip to content

Instantly share code, notes, and snippets.

@patrikbraborec
Created May 2, 2022 07:15
Show Gist options
  • Save patrikbraborec/2c8353b9d7be9e974e5b803e346398ca to your computer and use it in GitHub Desktop.
Save patrikbraborec/2c8353b9d7be9e974e5b803e346398ca to your computer and use it in GitHub Desktop.
curl --location --request POST \ 'https://cicd.anywhere.gooddata.com/api/entities/workspaces' \
--header 'Authorization: <Bearer API Token>' \
--header 'Content-Type: application/vnd.gooddata.api+json' \
--data-raw '{
"data": {
"attributes": {
"name": "staging"
},
"id": "staging",
"type": "workspace"
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment