Skip to content

Commit

Permalink
[DOCS] Addresses feedback about duration description
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed May 16, 2022
1 parent 2bb8099 commit ab1b014
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions x-pack/plugins/cases/docs/openapi/bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
},
"duration": {
"type": "integer",
"description": "The elapsed time from the creation of the case to its closure (in seconds). If an error occurs or the case has not been closed, the duration is set to null.",
"description": "The elapsed time from the creation of the case to its closure (in seconds). If the case has not been closed, the duration is set to null.",
"example": 120
},
"external_service": {
Expand Down Expand Up @@ -828,7 +828,7 @@
},
"duration": {
"type": "integer",
"description": "The elapsed time from the creation of the case to its closure (in seconds). If an error occurs or the case has not been closed, the duration is set to null.",
"description": "The elapsed time from the creation of the case to its closure (in seconds). If the case has not been closed, the duration is set to null.",
"example": 120
},
"external_service": {
Expand Down Expand Up @@ -1279,7 +1279,7 @@
},
"duration": {
"type": "integer",
"description": "The elapsed time from the creation of the case to its closure (in seconds). If an error occurs or the case has not been closed, the duration is set to null.",
"description": "The elapsed time from the creation of the case to its closure (in seconds). If the case has not been closed, the duration is set to null.",
"example": 120
},
"external_service": {
Expand Down Expand Up @@ -1770,7 +1770,7 @@
},
"duration": {
"type": "integer",
"description": "The elapsed time from the creation of the case to its closure (in seconds). If an error occurs or the case has not been closed, the duration is set to null.",
"description": "The elapsed time from the creation of the case to its closure (in seconds). If the case has not been closed, the duration is set to null.",
"example": 120
},
"external_service": {
Expand Down
16 changes: 8 additions & 8 deletions x-pack/plugins/cases/docs/openapi/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ paths:
type: integer
description: >-
The elapsed time from the creation of the case to its
closure (in seconds). If an error occurs or the case has
not been closed, the duration is set to null.
closure (in seconds). If the case has not been closed, the
duration is set to null.
example: 120
external_service:
type: object
Expand Down Expand Up @@ -743,8 +743,8 @@ paths:
type: integer
description: >-
The elapsed time from the creation of the case to its
closure (in seconds). If an error occurs or the case has
not been closed, the duration is set to null.
closure (in seconds). If the case has not been closed, the
duration is set to null.
example: 120
external_service:
type: object
Expand Down Expand Up @@ -1135,8 +1135,8 @@ paths:
type: integer
description: >-
The elapsed time from the creation of the case to its
closure (in seconds). If an error occurs or the case has
not been closed, the duration is set to null.
closure (in seconds). If the case has not been closed, the
duration is set to null.
example: 120
external_service:
type: object
Expand Down Expand Up @@ -1558,8 +1558,8 @@ paths:
type: integer
description: >-
The elapsed time from the creation of the case to its
closure (in seconds). If an error occurs or the case has
not been closed, the duration is set to null.
closure (in seconds). If the case has not been closed, the
duration is set to null.
example: 120
external_service:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ description:
example: "James Bond clicked on a highly suspicious email banner advertising cheap holidays for underpaid civil servants. Operation bubblegum is active. Repeat - operation bubblegum is now active"
duration:
type: integer
description: The elapsed time from the creation of the case to its closure (in seconds). If an error occurs or the case has not been closed, the duration is set to null.
description: The elapsed time from the creation of the case to its closure (in seconds). If the case has not been closed, the duration is set to null.
example: 120
external_service:
type: object
Expand Down

0 comments on commit ab1b014

Please sign in to comment.