post
https://localhost:44395/api/person
Behavior: Creates a new person with the specified name. The name must be unique — duplicate names are not allowed. Optionally accepts lists of matched, unmatched, and blurry face identifiers.
Authorization: Requires a valid Bearer token (class-level [Authorize]).
Side Effects: Creates a new person record.
Error Scenarios: Returns 400 if the request is null or Name is null/empty. Throws if a person with the same name already exists.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401The caller is not authenticated.
