mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
Remove Cache-Control headers from examples
This commit is contained in:
parent
d71726c55d
commit
aa87d001d5
3 changed files with 0 additions and 5 deletions
|
@ -43,7 +43,6 @@ Content-type: application/json
|
|||
#### Response
|
||||
```
|
||||
HTTP/1.1 201
|
||||
Cache-Control: max-age=0, private, must-revalidate
|
||||
Content-Type: application.json
|
||||
|
||||
|
||||
|
@ -76,7 +75,6 @@ Content-type: application/json
|
|||
#### Response
|
||||
```
|
||||
HTTP/1.1 201
|
||||
Cache-Control: max-age=0, private, must-revalidate
|
||||
Content-Type: application.json
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ Content-Type: application/json
|
|||
#### Response
|
||||
```
|
||||
HTTP/1.1 200
|
||||
Cache-Control: max-age=0, private, must-revalidate
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
|
@ -75,7 +74,6 @@ Content-Type: application/json
|
|||
#### Response
|
||||
```
|
||||
HTTP/1.1 200
|
||||
Cache-Control: max-age=0, private, must-revalidate
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
|
|
|
@ -24,7 +24,6 @@ Content-Type: application/json
|
|||
#### Response
|
||||
```
|
||||
HTTP/1.1 200
|
||||
Cache-Control: max-age=0, private, must-revalidate
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue