Skip to content

Commit

Permalink
rename _script to _test
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Feb 10, 2022
1 parent 3449e28 commit 7a6f0f6
Show file tree
Hide file tree
Showing 22 changed files with 226 additions and 226 deletions.
8 changes: 4 additions & 4 deletions api/v1/kusk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ spec:
tags:
- api
- executor
/scripts:
/tests:
delete:
description: deletes all the scripts
operationId: deleteScripts
Expand Down Expand Up @@ -924,7 +924,7 @@ spec:
tags:
- scripts
- api
/scripts/{id}:
/tests/{id}:
delete:
description: deletes a script
operationId: deleteScript
Expand Down Expand Up @@ -979,7 +979,7 @@ spec:
tags:
- scripts
- api
/scripts/{id}/executions:
/tests/{id}/executions:
get:
description: Returns array of all available script executions
operationId: listExecutions
Expand Down Expand Up @@ -1076,7 +1076,7 @@ spec:
- api
- scripts
- executions
/scripts/{id}/executions/{executionID}:
/tests/{id}/executions/{executionID}:
delete:
description: Aborts execution and returns execution details
operationId: abortExecution
Expand Down
Loading

0 comments on commit 7a6f0f6

Please sign in to comment.