action circuitsandbox_v2_update_welcome_box_content { label: "Update content of welcome box" description: "Update content of the welcome box of a space\nOauthScopes: MANAGE_SPACE, WRITE_SPACE" provider: circuitsandbox method: PUT path: "/spaces/{spaceId}/welcomebox/{content}" encoding: form input: { type: "object" properties: { content: { type: "string" } spaceId: { type: "string" } } required: ["content", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }