Share a stack
POST https://{{base_url}}/v3/stacks/share
The Share a stack call shares a stack with the specified user to collaborate on the stack.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Share a stack API Reference document
Request Body
{"emails"=>["manager@example.com"], "roles"=>{"manager@example.com"=>["abcdefhgi1234567890"]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | ||
authtoken | string | ||
Content-Type | string |