Skip to content

Instantly share code, notes, and snippets.

@rzymek
Last active July 3, 2020 16:56
Show Gist options
  • Save rzymek/bd3cd604b54d1224e59b0ba655fc4add to your computer and use it in GitHub Desktop.
Save rzymek/bd3cd604b54d1224e59b0ba655fc4add to your computer and use it in GitHub Desktop.
"/groups": {
"get": {
"operationId": "allGroupsUsingGET",
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "array",
"items": { "$ref": "#/definitions/Group" }
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment