List the macros of the specified project
GET/v1/projects/:uid/macros
List the macros of the specified project
Request
Path Parameters
uid stringrequired
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
macros
undefined[]
namestring
valuestring
{
  "macros": [
    {
      "name": "string",
      "value": "string"
    }
  ]
}
Loading...