post
https://localhost:44395/api/admin/tag
Behavior: Creates a new tag or updates an existing tag based on the input model. The underlying implementation uses a create-or-update pattern. This design intentionally avoids the need for a separate PUT operation.
Authorization: Requires an authenticated user via the class-level [Authorize] attribute.
Side Effects: Creates a new tag record in the database or updates an existing one.
Error Scenarios: Returns 400 if the input is null or the tag name is null.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Unauthorized. The caller must provide a valid Bearer token.
