Skip to content

Commit

Permalink
Correct the rest api url of import_record of backup
Browse files Browse the repository at this point in the history
Change-Id: I16cdd1bc19bf51b6012d84a7163fa5d2a710800a
  • Loading branch information
xuanyandong committed Aug 28, 2021
1 parent 6867d84 commit 4000081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions api-ref/source/v2/ext-backups.inc
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ Response Example
Import backup
~~~~~~~~~~~~~

.. rest_method:: POST /v2/{project_id}/backups/{backup_id}/import_record
.. rest_method:: POST /v2/{project_id}/backups/import_record

Import information about a backup.

Expand All @@ -396,7 +396,6 @@ Request
.. rest_parameters:: parameters.yaml

- project_id: project_id_path
- backup_id: backup_id
- backup-record: backup_record
- backup_service: backup_service
- backup_url: backup_url
Expand Down
3 changes: 1 addition & 2 deletions api-ref/source/v3/ext-backups.inc
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ Response Example
Import a backup
~~~~~~~~~~~~~~~

.. rest_method:: POST /v3/{project_id}/backups/{backup_id}/import_record
.. rest_method:: POST /v3/{project_id}/backups/import_record

Import information about a backup.

Expand All @@ -498,7 +498,6 @@ Request
.. rest_parameters:: parameters.yaml

- project_id: project_id_path
- backup_id: backup_id_required
- backup-record: backup_record
- backup_service: backup_service
- backup_url: backup_url
Expand Down

0 comments on commit 4000081

Please sign in to comment.