Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmveel committed Nov 29, 2023
1 parent 18d36ef commit b0b6131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ type DEFINITION {
IDENTIFIER: REFERENCE
}
endpoint DEFINITION METHOD [INPUT_REFERENCE] [PATH] [? QUERY] [# HEADER] {
[STATUS]: [REFERENCE]
endpoint DEFINITION METHOD [INPUT_REFERENCE] [PATH] [? QUERY] [# HEADER] -> {
STATUS -> REFERENCE
}
```
Expand Down

0 comments on commit b0b6131

Please sign in to comment.