Skip to content

Commit

Permalink
chore: replace start with started
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Jan 18, 2024
1 parent 54f3378 commit 50c17d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/playbook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pub async fn delete(Path(id): Path<Uuid>, State(ctx): State<Arc<Context>>) -> Re
("id" = Uuid, description = "The id of playbook"),
),
responses(
(status = 204, description = "Playbook start successfully"),
(status = 204, description = "Playbook started successfully"),
(status = 404, description = "Playbook not found"),
(status = 500, description = "Failed to start playbook")
),
Expand Down

0 comments on commit 50c17d9

Please sign in to comment.