action gamesparks_unpublish_snapshot_using_post { label: "unpublishSnapshot" provider: gamesparks method: POST path: "/restv2/game/{apiKey}/admin/snapshots/{snapshotId}/unpublish" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } snapshotId: { type: "string" } } required: ["apiKey", "snapshotId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }