action signl4_put_subscriptions_subscription_id_profile { label: "Updates a subscriptions profile." provider: signl4 method: PUT path: "/subscriptions/{subscriptionId}/profile" encoding: json input: { type: "object" properties: { name: { type: "string" } subscriptionId: { type: "string" } } required: ["subscriptionId"] additionalProperties: false } output: { type: "object" properties: { branchId: { type: "string" } country: { type: "string" } currency: { type: "string" } externalAccountId: { type: "string" } id: { type: "string" } name: { type: "string" } nextBilling: { type: "string" format: "date-time" } ownerId: { type: "string" } planCode: { type: "string" } planState: { type: "integer" format: "int32" } referralEnabled: { type: "boolean" } status: { type: "integer" format: "int32" } } additionalProperties: false } }