Playground Shares
Slug Find
Action Logs
Bitbucket Server
Catalog News Articles
Catalog Technologies
Code Repos
Comment Replies
Diagram Contents
Diagrams
Flows
Health
Landscape Search
Landscape Templates
Landscape Thumbnails
Model Connections
Model Objects
News
Organization Billing
Organization Icons
Organization Landscapes
Organizations
Organization Technologies
Organization User Invites
Organization Users
Playground Contents
Playground Shares
Share Link
Share Link Options
Support
User
User Notifications
User Goals
Version Reverts
Playground Shares
Slug Find
Authorize the currently authenticated user to access a playground with a given permission
POST
/
playgrounds
/
shares
/
slugs
/
{playgroundShareSlug}
curl --request POST \
--url https://api.icepanel.io/v1/playgrounds/shares/slugs/{playgroundShareSlug} \
--header 'Authorization: <authorization>'
{
"playground": {
"name": "<string>",
"sharing": true,
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"slug": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"userIds": [
"<string>"
],
"users": {},
"version": 123
}
}
Headers
Path Parameters
Response
200
application/json
OK
Enable sharing of the playground to other users
Available options:
user
, api-key
, notification-key
, service
Random URL identifier for the playground
Available options:
user
, api-key
, notification-key
, service
curl --request POST \
--url https://api.icepanel.io/v1/playgrounds/shares/slugs/{playgroundShareSlug} \
--header 'Authorization: <authorization>'
{
"playground": {
"name": "<string>",
"sharing": true,
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "user",
"createdById": "<string>",
"id": "<string>",
"slug": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"updatedBy": "user",
"updatedById": "<string>",
"userIds": [
"<string>"
],
"users": {},
"version": 123
}
}