Skip to main content

Modify a dispatch target

PATCH 

/nevisfido/token/dispatch/targets/:id

This is a proprietary nevisFIDO API used to update the properties of an existing dispatch target, such as its name, delivery address, or associated dispatcher. To ensure the request originates from the legitimate device owner, the request body must be a compact JWS (JSON Web Signature) signed with the dispatch target's registered public key, using Content-Type: application/jose;charset=UTF-8. This signature-based authorization means no separate session token is required — the device signs the modification payload directly. Requests include a unique request identifier and creation timestamp to protect against replay attacks.

Request

Path Parameters

    id stringrequired

Header Parameters

    User-Agent stringrequired

Body

required

    string

Responses

No Content The server successfully modified the dispatch target.

Loading...