Update app-deployments.mdx (#5490)

This commit is contained in:
Laurin Quast 2024-08-21 14:35:13 +02:00 committed by GitHub
parent 4a5cbe9b51
commit f40d572154
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -319,7 +319,7 @@ GraphQL request with the persisted document ID following the GraphQL over HTTP s
POST /graphql
Content-Type: application/json
{
"documentId": "<app_name>/<app_version>/<document_hash>",
"documentId": "<app_name>~<app_version>~<document_hash>",
}
```