Skip to content

POST endpint that creates a resource and returns it in the body - for CreatedAtAction action name should contain GET action not POST Action #34361

@flamaniac

Description

@flamaniac

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


Associated WorkItem - 356818

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions