Skip to main content

UpdateRoomTypePhotoInput

Defines the input details for updating an existing room type photo.

input UpdateRoomTypePhotoInput {
id: ID
temporaryFileId: ID
}

Fields

UpdateRoomTypePhotoInput.id ● ID scalar

The identifier for the room type photo. Optional.

UpdateRoomTypePhotoInput.temporaryFileId ● ID scalar

The identifier of the temporary file to associate to the room type's photo.

Valid file formats: JPEG, JPG, PNG, BMP.

Temporary files are uploaded separately. See the uploading files guide for more information. Optional.

Member Of

UpdateRoomTypeInput input