action adobe_post_authorizable_keystore { label: "postAuthorizableKeystore" provider: adobe method: POST path: "/{intermediatePath}/{authorizableId}.ks.html" encoding: json input: { type: "object" properties: { ":operation": { type: "string" } alias: { type: "string" } authorizableId: { type: "string" } currentPassword: { type: "string" } intermediatePath: { type: "string" } keyPassword: { type: "string" } keyStorePass: { type: "string" } newAlias: { type: "string" } newPassword: { type: "string" } rePassword: { type: "string" } removeAlias: { type: "string" } } required: ["authorizableId", "intermediatePath"] additionalProperties: false } output: { type: "object" additionalProperties: true } }