We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe7635 commit f696c0eCopy full SHA for f696c0e
1 file changed
JsonApiToolkit/Controllers/JsonApiController.cs
@@ -132,7 +132,7 @@ protected IActionResult JsonApiOk<T>(
132
/// </list>
133
/// This is the recommended method for collection endpoints as it implements the complete JSON:API querying capabilities.
134
/// </remarks>
135
- protected async Task<IActionResult> JsonApiOkAsync<T>(
+ protected async Task<IActionResult> JsonApiQueryAsync<T>(
136
IQueryable<T> queryable,
137
string resourceType
138
)
0 commit comments