Fixes mapping error for project_id.

This commit is contained in:
Pierre Lannoy 2025-03-26 11:06:58 +01:00
commit ca95b6c4c7
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31

View file

@ -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',