Update stack
PUT https://{{base_url}}/v3/stacks
The Update stack call lets you update the name and description of an existing 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 Update stack API Reference document
Request Body
{"stack"=>{"name"=>"My New Stack", "description"=>"My new test stack"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | Enter the API key of your stack. | |
authtoken | string | Enter your authtoken. | |
Content-Type | string | Enter "application/json" to pass a request body. |