docs: fix id used in endpoint path in OAS (#2795)
* docs: fix id used in endpoint path in OAS * docs: small fixes to OAS comments * revert changes in core package * undo changes in core files
This commit is contained in:
@@ -43,7 +43,7 @@ post:
|
||||
- api_token: []
|
||||
- cookie_auth: []
|
||||
tags:
|
||||
- Publishable Api Key
|
||||
- PublishableApiKey
|
||||
responses:
|
||||
'200':
|
||||
description: OK
|
||||
@@ -112,7 +112,7 @@ delete:
|
||||
- api_token: []
|
||||
- cookie_auth: []
|
||||
tags:
|
||||
- Publishable Api Key
|
||||
- PublishableApiKey
|
||||
responses:
|
||||
'200':
|
||||
description: OK
|
||||
|
||||
Reference in New Issue
Block a user