mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Remove Content-Length header from examples
This commit is contained in:
parent
f098dfd627
commit
d71726c55d
3 changed files with 0 additions and 8 deletions
|
@ -29,7 +29,6 @@ Values in brackets represent values that come from the id card certificate.
|
|||
```
|
||||
POST /repp/v1/auth/token HTTP/1.1
|
||||
Accept: application/json
|
||||
Content-length: 0
|
||||
Content-type: application/json
|
||||
|
||||
{
|
||||
|
@ -45,7 +44,6 @@ Content-type: application/json
|
|||
```
|
||||
HTTP/1.1 201
|
||||
Cache-Control: max-age=0, private, must-revalidate
|
||||
Content-Length: 0
|
||||
Content-Type: application.json
|
||||
|
||||
|
||||
|
@ -72,7 +70,6 @@ Values in brackets represent values that come from the id card certificate
|
|||
```
|
||||
POST /repp/v1/auth/token HTTP/1.1
|
||||
Accept: application/json
|
||||
Content-length: 0
|
||||
Content-type: application/json
|
||||
```
|
||||
|
||||
|
@ -80,7 +77,6 @@ Content-type: application/json
|
|||
```
|
||||
HTTP/1.1 201
|
||||
Cache-Control: max-age=0, private, must-revalidate
|
||||
Content-Length: 0
|
||||
Content-Type: application.json
|
||||
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ Content-Type: application/json
|
|||
```
|
||||
HTTP/1.1 200
|
||||
Cache-Control: max-age=0, private, must-revalidate
|
||||
Content-Length: 564
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
|
@ -77,7 +76,6 @@ Content-Type: application/json
|
|||
```
|
||||
HTTP/1.1 200
|
||||
Cache-Control: max-age=0, private, must-revalidate
|
||||
Content-Length: 564
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
|
|
|
@ -25,7 +25,6 @@ Content-Type: application/json
|
|||
```
|
||||
HTTP/1.1 200
|
||||
Cache-Control: max-age=0, private, must-revalidate
|
||||
Content-Length: 808
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
|
@ -108,7 +107,6 @@ Returns a single domain object.
|
|||
GET repp/v1/registrant/domains/98d1083a-8863-4153-93e4-caee4a013535 HTTP/1.1
|
||||
Accept: application/json
|
||||
Authorization: Bearer Z2l0bGFiOmdoeXQ5ZTRmdQ==
|
||||
Content-Length: 0
|
||||
Content-Type: application/json
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue