action gamesparks_update_query_using_put { label: "updateQuery" provider: gamesparks method: PUT path: "/restv2/game/{apiKey}/manage/queries/{shortCode}" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } shortCode: { type: "string" } } required: ["apiKey", "shortCode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }