action ijenko_program_patch_metadata { label: "Modify metadata of a Program" description: "Modify the metadata of a *Program*.\nKeys are limited to the same format as tags (up to 21 characters, [a-z0-9], starting with [a-z]). Values can be any JSON value.\n" provider: ijenko method: PATCH path: "/programs/{programId}/metadata" encoding: json output: { type: "object" additionalProperties: true } }