mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Merge pull request #940 from internetee/fix-registrant-api-doc
Fix Registrant API doc
This commit is contained in:
commit
a612c65805
2 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@ Content-type: application/json
|
|||
#### Response
|
||||
```
|
||||
HTTP/1.1 201
|
||||
Content-Type: application.json
|
||||
Content-Type: application/json
|
||||
|
||||
|
||||
{
|
||||
|
@ -70,7 +70,7 @@ Content-type: application/json
|
|||
#### Response
|
||||
```
|
||||
HTTP/1.1 201
|
||||
Content-Type: application.json
|
||||
Content-Type: application/json
|
||||
|
||||
|
||||
{
|
||||
|
|
|
@ -148,7 +148,7 @@ Content-type: application/json
|
|||
|
||||
```
|
||||
HTTP/1.1 200
|
||||
Content-Type: application.json
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"uuid": "84c62f3d-e56f-40fa-9ca4-dc0137778949",
|
||||
|
@ -184,7 +184,7 @@ Content-Type: application.json
|
|||
### Response on failure
|
||||
```
|
||||
HTTP/1.1 400
|
||||
Content-Type: application.json
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"errors": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue