Fix API status code for hook creation (#2814)
* Fix API status code for hook creation * Named constants for response statuses
This commit is contained in:
parent
061f65ff29
commit
876bafb7ef
3 changed files with 5 additions and 4 deletions
2
public/swagger.v1.json
vendored
2
public/swagger.v1.json
vendored
|
@ -1527,7 +1527,7 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"201": {
|
||||
"$ref": "#/responses/Hook"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue