{ "/add/allowed_ip": { "post": { "tags": [ "Budget & Spend Tracking" ], "summary": "Add Allowed Ip", "operationId": "add_allowed_ip_add_allowed_ip_post", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/IPAddress" } } }, "required": true }, "responses": { "200": { "description": "Successful Response", "content": { "application/json": { "schema": {} } } }, "422": { "description": "Validation Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/HTTPValidationError" } } } } }, "security": [ { "APIKeyHeader": [] } ] } } }