action intellifi_add_kv_pairs { label: "Create key-value pair" provider: intellifi method: POST path: "/kvpairs" encoding: json input: { type: "object" } output: { type: "object" properties: { resource: { type: "object" properties: { id: { type: "string" description: "Unique identifier for resource." } url: { type: "string" description: "Url to the individual resource." } } } status: { type: "integer" description: "Status code" } } } }