Fixes mapping error for project_id.
This commit is contained in:
parent
d6bb214fa4
commit
ca95b6c4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ class CreateSnapshotRequest implements ModelInterface, ArrayAccess, \JsonSeriali
|
||||||
'volume_id' => 'volume_id',
|
'volume_id' => 'volume_id',
|
||||||
'tags' => 'tags',
|
'tags' => 'tags',
|
||||||
'organization' => 'organization',
|
'organization' => 'organization',
|
||||||
'project' => 'project',
|
'project' => 'project_id',
|
||||||
'volume_type' => 'volume_type',
|
'volume_type' => 'volume_type',
|
||||||
'bucket' => 'bucket',
|
'bucket' => 'bucket',
|
||||||
'key' => 'key',
|
'key' => 'key',
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue