Skip to main content

Update the macros of the specified project

PUT 

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

Update the macros of the specified project

Request

Path Parameters

    uid stringrequired

Body

    macros

    undefined[]

  • Array [

  • namestring
    valuestring
  • ]

Responses

The resource was updated successfully


Request Collapse all
Base URL
https://api.spectrocloud.com
Parameters
— pathrequired
Body
{
"macros": [
{
"name": "string",
"value": "string"
}
]
}