Skip to main content
Version: latest

Update the macros of the specified project

PUT 

https://api.spectrocloud.com/v1/projects/:uid/macros

Update the macros of the specified project

Request

Responses

The resource was updated successfully

Authorization: ApiKey

name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
curl -L -X PUT 'https://api.spectrocloud.com/v1/projects/:uid/macros' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <ApiKey>' \
-d '{
"macros": [
{
"name": "string",
"value": "string"
}
]
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired
Body
{
"macros": [
{
"name": "string",
"value": "string"
}
]
}