Create a new API group
Create a new API group in a workspace. Include name, description, and optional tags.
Authentication: required
POST
Create a new API group
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The body is of type string.
Example:
"api_group foo {\n canonical = \"custom\"\n swagger = {active: true}\n}\n"
Response
Success!
Create a new API group