Update an API group
Update an existing API group. Modify name, description, documentation settings, or tags.
Authentication: required
PUT
Update an API group
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Body
The body is of type string.
Example:
"api_group foo {\n canonical = \"custom\"\n swagger = {active: true}\n}\n"
Response
Success!
Update an API group