GET /api/settings/{name}

GET /api/settings/{name}

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
  • Not Authorized

  • Not Allowed

GET /api/settings/{name}
curl \
 -X GET https://api-dev.gatego.io/api/settings/{name}
Response examples (200)
{
  "values": {
    "additionalProperty1": [],
    "additionalProperty2": []
  },
  "effective_value": []
}