# Create Relation **POST /relations** ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Body: application/json (object) - **id** (integer | null) - **updated_at** (string(date-time)) - **from_** (integer) - **to_** (integer) - **content** (string) ## Responses ### 200 Successful Response #### Body: application/json (object) - **id** (integer | null) - **updated_at** (string(date-time)) - **from_** (integer) - **to_** (integer) - **content** (string) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)