File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ Create the subtasks from the payload for the given `issueKey`.
24
24
25
25
#### Status Codes
26
26
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. |
32
32
33
33
#### Example
34
34
You can’t perform that action at this time.
0 commit comments