Skip to content

Commit 44d4cc2

Browse files
committed
docs: fix typo an
1 parent c67c3b6 commit 44d4cc2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/rest-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Create the subtasks from the payload for the given `issueKey`.
2424

2525
#### Status Codes
2626

27-
| Status | Reason | Payload |
28-
|--------|--------------|------------------------------------------------------------------------------------------------------------|
29-
| 200 | Success | The request was successfull and returns a list of created subtasks and all warnings in `application/json`. |
30-
| 400 | Bad Request | The request failed and returns an error message in `text/plain`. |
31-
| 401 | Unauthorized | - |
27+
| Code | Status | Reason and Payload |
28+
|------|--------------|-----------------------------------------------------------------------------------------------------------|
29+
| 200 | Success | The request was successful and returns a list of created subtasks and all warnings in `application/json`. |
30+
| 400 | Bad Request | The request failed and returns an error message in `text/plain`. |
31+
| 401 | Unauthorized | The request failed because of missing authentication or authorization. |
3232

3333
#### Example
3434

0 commit comments

Comments
 (0)