diff --git a/_database_api/databases.md b/_database_api/databases.md index f4ad73a..ca5e585 100644 --- a/_database_api/databases.md +++ b/_database_api/databases.md @@ -344,7 +344,12 @@ Returns 201 Created ```json { - "operation_id": "5c10e85ca506b701f42f92dc" + "operation": { + "id": "54100930736f7563d5030000", + "created_at": "2019-07-19T10:17:52.690+02:00", + "status": "pending", + "type": "pitr_restore" + } } ``` diff --git a/_scalingo_api/operations.md b/_scalingo_api/operations.md index 080781f..6b229f6 100644 --- a/_scalingo_api/operations.md +++ b/_scalingo_api/operations.md @@ -75,6 +75,7 @@ Returns 200 OK { "operation": { "id": "54100930736f7563d5030000", + "database_id": "my-db-123", "created_at": "2014-09-10T10:17:52.690+02:00", "finished_at": "2014-09-10T10:17:59.120+02:00", "status": "pending",