From 51d1113ff5a976b3812675afc7a491e9f12a77a9 Mon Sep 17 00:00:00 2001 From: Muhammad Nawzad Date: Tue, 30 Jan 2024 13:15:54 +0300 Subject: [PATCH] Adds docs for nullable_relationships method --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd0a53a..113ca00 100644 --- a/README.md +++ b/README.md @@ -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. |