Adds docs for nullable_relationships method

This commit is contained in:
Muhammad Nawzad 2024-01-30 13:15:54 +03:00
parent dbfb9c1dd7
commit 51d1113ff5
No known key found for this signature in database
GPG Key ID: B954B6AAE33940B2

View File

@ -86,6 +86,7 @@ The following is a list of the methods that can be overridden. (See the example
| `optional_create_request_attributes` | Returns the attributes that are not required in the create request. |
| `optional_update_request_attributes` | Returns the attributes that are not required in the update request. |
| `nullable_attributes` | Returns the attributes that are nullable in the request/response body. |
| `nullable_relationships` | Returns the relationships that are nullable in the response body. |
| `additional_create_request_attributes` | Returns the additional create request attributes that are not automatically generated. |
| `additional_update_request_attributes` | Returns the additional update request attributes that are not automatically generated. |
| `additional_response_attributes` | Returns the additional response attributes that are not automatically generated. |