Update a person by ID. Note: this endpoint is currently stubbed and returns Guid.Empty.

Behavior: Currently stubbed — validates input and name but does not perform the update. Always returns an IdModel with Guid.Empty. The intended behavior is to update the person's name and face matching lists.

Authorization: Requires a valid Bearer token (class-level [Authorize]).

Side Effects: None (stubbed).

Error Scenarios: Returns 400 if the request is null or Name is null/empty.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier (Guid) of the person to update.

Body Params

A Nomad.Common.Models.Admin.Person.PersonSubmitModel containing the updated Name, MatchedFaces, UnmatchedFaces, and BlurryFaces.

string | null

Gets or sets the name of the person. Must be unique. Required.

matchedFaces
array of uuids | null

Gets or sets the list of face IDs that match this person. This list contains only changed faces that have become matched.

matchedFaces
unmatchedFaces
array of uuids | null

Gets or sets the list of face IDs that do not match this person. This list contains only changed faces that have become not matched.

unmatchedFaces
blurryFaces
array of uuids | null

Gets or sets the list of face IDs that are blurry. This list contains only changed faces that are marked as blurry.

blurryFaces
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

401

The caller is not authenticated.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json