action illumidesk_notification_settings_entity_create { label: "Create global notification settings" provider: illumidesk method: POST path: "/v1/{namespace}/notifications/settings/entity/{entity}" encoding: json input: { type: "object" properties: { entity: { type: "string" } namespace: { type: "string" } } required: ["entity", "namespace"] additionalProperties: false } output: { type: "object" additionalProperties: true } }