Fixing a documentation issue, OpenAPI definition said it was an unpublish rather than publish endpoint.

This commit is contained in:
mike12345567 2023-11-20 15:59:17 +00:00
parent 7e037099b4
commit 1ca8edc285
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ write.push(
* /applications/{appId}/publish: * /applications/{appId}/publish:
* post: * post:
* operationId: appPublish * operationId: appPublish
* summary: Unpublish an application * summary: Publish an application
* tags: * tags:
* - applications * - applications
* parameters: * parameters: