Skip to content

Commit

Permalink
Added correct links to api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed Mar 5, 2024
1 parent 48d3054 commit d97d1a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/content/en/docs/core-components/api-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,11 @@ None
An existing playbook can be updated with PUT.

##### Call payload
A playbook like <<cacao playbook JSON>>
A playbook like [cacao playbook JSON](#cacao-playbook-json)


##### Response
200/OK with the edited playbook <<cacao playbook JSON>>
200/OK with the edited playbook [cacao playbook JSON](#cacao-playbook-json)

##### Error
400/BAD REQUEST for malformed request
Expand Down Expand Up @@ -316,7 +316,7 @@ Will return 200/OK when finished with playbook playbook.
Execute an adhoc playbook

##### Call payload
A playbook like <<cacao playbook JSON>>
A playbook like [cacao playbook JSON](#cacao-playbook-json)

##### Response
Will return 200/OK when finished with playbook.
Expand Down Expand Up @@ -481,7 +481,7 @@ None
##### Response
200/OK

See <<cacao playbook JSON>>
See [cacao playbook JSON](#cacao-playbook-json)
Empty payload if no playbooks are running

##### Error
Expand Down

0 comments on commit d97d1a6

Please sign in to comment.