{"openapi":"3.0.4","info":{"title":"Trigger a manual event.","version":"0.0.1"},"servers":[{"url":"https://fbn-prd.lusid.com/notification"}],"paths":{"/api/manualevent":{"post":{"tags":["ManualEvent"],"summary":"Trigger a manual event.","operationId":"TriggerManualEvent","requestBody":{"description":"The data required to trigger a manual event.","content":{"application/json-patch+json":{"schema":{"$ref":"/docs/api/notification/schemas.json#/components/schemas/ManualEventRequest"},"example":{"body":{"subject":"TestSubject","message":"TestMessage","jsonMessage":{"TestField1":"TestValue1","TestField2":"TestValue2"}}}},"application/json":{"schema":{"$ref":"/docs/api/notification/schemas.json#/components/schemas/ManualEventRequest"},"example":{"body":{"subject":"TestSubject","message":"TestMessage","jsonMessage":{"TestField1":"TestValue1","TestField2":"TestValue2"}}}},"text/json":{"schema":{"$ref":"/docs/api/notification/schemas.json#/components/schemas/ManualEventRequest"},"example":{"body":{"subject":"TestSubject","message":"TestMessage","jsonMessage":{"TestField1":"TestValue1","TestField2":"TestValue2"}}}},"application/*+json":{"schema":{"$ref":"/docs/api/notification/schemas.json#/components/schemas/ManualEventRequest"},"example":{"body":{"subject":"TestSubject","message":"TestMessage","jsonMessage":{"TestField1":"TestValue1","TestField2":"TestValue2"}}}}},"required":true},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"/docs/api/notification/schemas.json#/components/schemas/ManualEvent"},"example":{"header":{"eventType":"Manual","timestamp":"1970-01-01T00:00:00.0000000+00:00","userId":"TestUserId","requestId":"TestRequestId"},"body":{"subject":"TestSubject","message":"TestMessage","jsonMessage":{"ExampleJSONField1":"ExampleJSONValue1","ExampleJSONField2":"ExampleJSONValue2"}}}}}},"400":{"description":"The details of the input related failure","content":{"application/json":{"schema":{"$ref":"/docs/api/notification/schemas.json#/components/schemas/LusidValidationProblemDetails"}}}},"default":{"description":"Error response","content":{"application/json":{"schema":{"$ref":"/docs/api/notification/schemas.json#/components/schemas/LusidProblemDetails"}}}}},"security":[{"BearerAuth":[]}],"x-fbn-apistatus":"Stable"}}},"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer"}}}}