You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Name | Type | Description | Required | Default |
53
53
| ---- | ---- | ------ | ------ | ---- |
54
-
| attributes |[Attributes](../types#attributes)| The attributes for the new entity to create | yes | - |
55
-
| params |[Params](../types#params)| Additional query parameters to send with the request to the remote API | no |`{}`|
56
-
| config |[RequestWithBodyConfig](../types#requestwithbodyconfig)| Additional configuration for the request to the remote API | no |`{}`|
54
+
| attributes |[Attributes](../types.md#attributes)| The attributes for the new entity to create | yes | - |
55
+
| params |[Params](../types.md#params)| Additional query parameters to send with the request to the remote API | no |`{}`|
56
+
| config |[RequestWithBodyConfig](../types.md#requestwithbodyconfig)| Additional configuration for the request to the remote API | no |`{}`|
57
57
58
58
#### Return
59
59
60
-
Returns a promise that resolves to a [response object](../types#singleentityresponse) containing the created entity if the request to the API is successful.
60
+
Returns a promise that resolves to a [response object](../types.md#singleentityresponse) containing the created entity if the request to the API is successful.
| Name | Type | Description | Required | Default |
73
73
| ---- | ---- | ------ | ------ | ---- |
74
-
| id |[EntityID](../types#entityid)| The ID of the entity to update | yes | - |
75
-
| attributes |[Attributes](../types#attributes)| The attributes to update | yes | - |
76
-
| params |[Params](../types#params)| Additional query parameters to send with the request to the remote API | no |`{}`|
77
-
| config |[RequestWithBodyConfig](../types#requestwithbodyconfig)| Additional configuration for the request to the remote API | no |`{}`|
74
+
| id |[EntityID](../types.md#entityid)| The ID of the entity to update | yes | - |
75
+
| attributes |[Attributes](../types.md#attributes)| The attributes to update | yes | - |
76
+
| params |[Params](../types.md#params)| Additional query parameters to send with the request to the remote API | no |`{}`|
77
+
| config |[RequestWithBodyConfig](../types.md#requestwithbodyconfig)| Additional configuration for the request to the remote API | no |`{}`|
78
78
79
79
#### Return
80
80
81
-
Returns a promise that resolves to a [response object](../types#singleentityresponse) containing the update entity if the request to the API is successful.
81
+
Returns a promise that resolves to a [response object](../types.md#singleentityresponse) containing the update entity if the request to the API is successful.
| Name | Type | Description | Required | Default |
94
94
| ---- | ---- | ------ | ------ | ---- |
95
-
| id |[EntityID](../types#entity-id)| The ID of the entity to fetch | yes | - |
96
-
| params |[Params](../types#params)| Additional query parameters to send with the request to the remote API | no |`{}`|
95
+
| id |[EntityID](../types.md#entity-id)| The ID of the entity to fetch | yes | - |
96
+
| params |[Params](../types.md#params)| Additional query parameters to send with the request to the remote API | no |`{}`|
97
97
98
98
#### Return
99
99
100
-
Returns a promise that resolves to a [response object](../types#singleentityresponse) containing the fetched entity if the request to the API is successful.
100
+
Returns a promise that resolves to a [response object](../types.md#singleentityresponse) containing the fetched entity if the request to the API is successful.
| Name | Type | Description | Required | Default |
113
113
| ---- | ---- | ------ | ------ | ---- |
114
-
| params |[Params](../types#params)| Additional query parameters to send with the request to the remote API | no |`{}`|
114
+
| params |[Params](../types.md#params)| Additional query parameters to send with the request to the remote API | no |`{}`|
115
115
116
116
#### Return
117
117
118
-
Returns a promise that resolves to a [response object](../types#multientityresponse) containing the fetched entities if the request to the API is successful.
118
+
Returns a promise that resolves to a [response object](../types.md#multientityresponse) containing the fetched entities if the request to the API is successful.
| Name | Type | Description | Required | Default |
149
149
| ---- | ---- | ------ | ------ | ---- |
150
-
| method |[HTTPMethod](../types#httpmethod)| The HTTP method to use in the request. | no |`HTTPMethod.GET`|
150
+
| method |[HTTPMethod](../types.md#httpmethod)| The HTTP method to use in the request. | no |`HTTPMethod.GET`|
151
151
| url |`string`| The api path to call. Note that this method does not use the base path to make the request so if you want a URL relative to the base path you have to do it yourself and pass it here. | no |`HTTPMethod.GET`|
152
-
| attributes |[Attributes](../types#attributes)| Attributes to send as the body of the request. | no |`null`|
153
-
| params |[Params](../types#params)| Query parameters to send with the request to the remote API. | no |`{}`|
154
-
| config |[RequestWithBodyConfig](../types#requestwithbodyconfig)| Additional configuration for the request to the remote API. | no |`{}`|
152
+
| attributes |[Attributes](../types.md#attributes)| Attributes to send as the body of the request. | no |`null`|
153
+
| params |[Params](../types.md#params)| Query parameters to send with the request to the remote API. | no |`{}`|
154
+
| config |[RequestWithBodyConfig](../types.md#requestwithbodyconfig)| Additional configuration for the request to the remote API. | no |`{}`|
155
155
156
156
#### Return
157
157
158
-
Returns a promise that resolves to a [response object](../types#multientityresponse) containing the fetched entities if the request to the API is successful.
158
+
Returns a promise that resolves to a [response object](../types.md#multientityresponse) containing the fetched entities if the request to the API is successful.
0 commit comments