Skip to content

Commit

Permalink
missed a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed May 1, 2020
1 parent 2962ffb commit 4ca7187
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ paths:
- $ref: '#/components/parameters/environment_name_or_id'
- $ref: '#/components/parameters/split_name'
- $ref: '#/components/parameters/ws_id'
'/splits/ws/{ws_id}/{split_name}/environments/{environment_name_or_id/restore':
'/splits/ws/{ws_id}/{split_name}/environments/{environment_name_or_id}/restore':
put:
description: Restore Split in Environment
operationId: restore_split_in_environment
Expand All @@ -677,6 +677,7 @@ paths:
'500':
description: Internal server error
parameters:
- $ref: '#/components/parameters/environment_name_or_id'
- $ref: '#/components/parameters/split_name'
- $ref: '#/components/parameters/ws_id'
'/changeRequests/{change_request_id}':
Expand Down

0 comments on commit 4ca7187

Please sign in to comment.