action illumidesk_servers_options_server_size_update { label: "Update a server size by id" description: "Only super users with on-premises version have acceess to this endpoint." provider: illumidesk method: PATCH path: "/v1/servers/options/server-size/{size}/" encoding: json input: { type: "object" properties: { size: { type: "string" } } required: ["size"] additionalProperties: false } output: { type: "object" additionalProperties: true } }