action edrv_post_configurations { label: "postConfigurations" description: "Create connector with parameters" provider: edrv method: POST path: "/v1/configurations" encoding: json input: { type: "object" properties: { key: { type: "string" } value: { type: "string" } } } output: { type: "object" properties: { message: { type: "string" } ok: { type: "boolean" } result: { type: "object" } } } }