POST endpint that creates a resource and returns it in the body - for CreatedAtAction
action name should contain GET action not POST Action
#34361
Labels
aspnet-core/svc
needs-more-info
Source - Docs.ms
Docs Customer feedback via GitHub Issue
support-request
web-api/subsvc
Description
In the examples here:
https://learn.microsoft.com/en-us/aspnet/core/web-api/action-return-types?view=aspnetcore-9.0#asynchronous-action-1
the first parameter of CreatedAtAction points to the same method (POST) but in description, it states that the location header will be pointing to the get method.
It is confusing.
Shouldn't this be GET like here: https://stackoverflow.com/a/64315534
Page URL
https://learn.microsoft.com/en-us/aspnet/core/web-api/action-return-types?view=aspnetcore-9.0
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/web-api/action-return-types.md
Document ID
b51bc104-a6e2-b21f-8362-45cee22e8c22
Article author
@tdykstra
Related Issues
The text was updated successfully, but these errors were encountered: