Skip to content

Commit

Permalink
chore(CI): revert test changes to spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
bencromwell committed Aug 29, 2024
1 parent b4d9219 commit 53d3fa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions katapult-core-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
}
],
"paths": {
"/organizations/organization/42/api_tokens": {
"/organizations/organization/api_tokens": {
"get": {
"operationId": "get:organization_api_tokens",
"summary": "Test change!",
"summary": "List organization API tokens",
"description": "Returns a list of all API tokens for an organization\n## Scopes\n- `api_tokens`\n- `api_tokens:read`\n",
"tags": [
"API tokens"
Expand Down Expand Up @@ -22015,4 +22015,4 @@
]
}
]
}
}

0 comments on commit 53d3fa4

Please sign in to comment.