Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Sep 4, 2024
1 parent de6d741 commit 4b2ade8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api-specs/api/traits/conflicting.raml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ responses:
The request conflicts with the current state of the involved resource(s).
Typically, the request attempts to modify a resource that is out of date,
i.e. that has been modified by another client since the last time it was retrieved.
The client application should resolve the conflict (with or without involving the end-user)
The client application should resolve the conflict (with or without involving the end user)
before retrying the request.
body:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion api-specs/api/types/error/ConcurrentModificationError.raml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ displayName: ConcurrentModificationError
discriminatorValue: ConcurrentModification
description: |
Returned when the request conflicts with the current state of the involved resources. Typically, the request attempts to modify a resource that is out of date (that is modified by another client since it was last retrieved).
The client application should resolve the conflict (with or without involving the end-user) before retrying the request.
The client application should resolve the conflict (with or without involving the end user) before retrying the request.
properties:
code:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ displayName: GraphQLConcurrentModificationError
discriminatorValue: ConcurrentModification
description: |
Returned when the request conflicts with the current state of the involved resources. Typically, the request attempts to modify a resource that is out of date (that is modified by another client since it was last retrieved).
The client application should resolve the conflict (with or without involving the end-user) before retrying the request.
The client application should resolve the conflict (with or without involving the end user) before retrying the request.
properties:
code:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ displayName: ConcurrentModificationError
discriminatorValue: ConcurrentModification
description: |
Returned when the request conflicts with the current state of the involved resources. Typically, the request attempts to modify a resource that is out of date (that is modified by another client since it was last retrieved).
The client application should resolve the conflict (with or without involving the end-user) before retrying the request.
The client application should resolve the conflict (with or without involving the end user) before retrying the request.
properties:
code:
type: string
Expand Down

0 comments on commit 4b2ade8

Please sign in to comment.