action netlicensing_update_licensee { label: "Update Licensee" description: "Sets the provided properties to a Licensee. Return an updated Licensee" provider: netlicensing method: POST path: "/licensee/{licenseeNumber}" encoding: form input: { type: "object" properties: { licenseeNumber: { type: "string" } } required: ["licenseeNumber"] additionalProperties: false } output: { properties: { infos: { properties: {} } items: { properties: {} } } } }