doc: snapshots: fix JSON response (#44758)

This commit is contained in:
Julien Pivotto 2022-02-02 14:03:14 +01:00 committed by GitHub
parent 84ea13bf6c
commit b78082f426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ JSON Body schema:
"deleteUrl":"myurl/api/snapshots-delete/XXXXXXX", "deleteUrl":"myurl/api/snapshots-delete/XXXXXXX",
"key":"YYYYYYY", "key":"YYYYYYY",
"url":"myurl/dashboard/snapshot/YYYYYYY", "url":"myurl/dashboard/snapshot/YYYYYYY",
"id": 1, "id": 1
} }
``` ```