Update api.md

This commit is contained in:
Sascha Ißbrücker
2025-03-06 21:44:10 +01:00
committed by GitHub
parent 5b2a2c2b0d
commit 6838e45e99

View File

@@ -234,8 +234,7 @@ Example response:
"date_created": "2023-10-01T12:00:00Z", "date_created": "2023-10-01T12:00:00Z",
"content_type": "text/html", "content_type": "text/html",
"display_name": "HTML snapshot from 10/01/2023", "display_name": "HTML snapshot from 10/01/2023",
"status": "complete", "status": "complete"
"gzip": true
}, },
{ {
"id": 2, "id": 2,
@@ -244,8 +243,7 @@ Example response:
"date_created": "2023-10-01T12:05:00Z", "date_created": "2023-10-01T12:05:00Z",
"content_type": "image/png", "content_type": "image/png",
"display_name": "example.png", "display_name": "example.png",
"status": "complete", "status": "complete"
"gzip": false
} }
] ]
} }
@@ -286,8 +284,7 @@ Example response:
"date_created": "2023-10-01T12:10:00Z", "date_created": "2023-10-01T12:10:00Z",
"content_type": "application/pdf", "content_type": "application/pdf",
"display_name": "example.pdf", "display_name": "example.pdf",
"status": "complete", "status": "complete"
"gzip": false
} }
``` ```