Skip to content

Commit

Permalink
[eclipse-ditto#926] adjusted OpenAPI doc wording "the -> a" subject
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Jan 15, 2021
1 parent db46a6c commit ce859dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions documentation/src/main/resources/openapi/ditto-api-2.yml
Expand Up @@ -3927,7 +3927,7 @@ paths:
$ref: '#/components/responses/PreconditionFailed'
'/policies/{policyId}/entries/{label}/actions/activateTokenIntegration':
post:
summary: Activate the subject for this policy entry derived from the token
summary: Activate a subject for this policy entry derived from the token
description: |-
**This action only works when authenticated with a Json Web Token (JWT).**
Expand Down Expand Up @@ -3961,7 +3961,7 @@ paths:
* containing a `READ` permission granted to a `thing:/` resource path
'/policies/{policyId}/entries/{label}/actions/deactivateTokenIntegration':
post:
summary: Deactivate the subject for this policy entry derived from the token
summary: Deactivate a subject for this policy entry derived from the token
description: |-
**This action only works when authenticated with a Json Web Token (JWT).**
Expand Down
Expand Up @@ -9,7 +9,7 @@
#
# SPDX-License-Identifier: EPL-2.0
post:
summary: Activate the subject for this policy entry derived from the token
summary: Activate a subject for this policy entry derived from the token
description: |-
**This action only works when authenticated with a Json Web Token (JWT).**
Expand Down
Expand Up @@ -9,7 +9,7 @@
#
# SPDX-License-Identifier: EPL-2.0
post:
summary: Deactivate the subject for this policy entry derived from the token
summary: Deactivate a subject for this policy entry derived from the token
description: |-
**This action only works when authenticated with a Json Web Token (JWT).**
Expand Down

0 comments on commit ce859dc

Please sign in to comment.