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