Skip to content

Commit f696c0e

Browse files
BREAKING CHANGE: 🚨 Renamed JsonApiOkAsync to JsonApiQueryAsync
1 parent bfe7635 commit f696c0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JsonApiToolkit/Controllers/JsonApiController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ protected IActionResult JsonApiOk<T>(
132132
/// </list>
133133
/// This is the recommended method for collection endpoints as it implements the complete JSON:API querying capabilities.
134134
/// </remarks>
135-
protected async Task<IActionResult> JsonApiOkAsync<T>(
135+
protected async Task<IActionResult> JsonApiQueryAsync<T>(
136136
IQueryable<T> queryable,
137137
string resourceType
138138
)

0 commit comments

Comments
 (0)