Skip to main content

Update a client

PATCH 

/nevisidm/api/core/v1/clients/:extId

Since: 8.2605.0, 9.2605.0

Required permission(s): AccessControl.ClientModify

Partially updates the client with the given external ID. Only provided fields will be updated. Fields not included in the request body remain unchanged. The client name, display names, and remarks can be modified.

Request

Path Parameters

    extId stringrequired

    External ID of the client to update.

    Example: client-123

Body

required
    name string

    Internal name of the client. Must be unique across all clients and comply with the configured identifier naming policy.

    displayName object

    Language-dependent display name of the client. Keys: EN, DE, FR, IT.

    property name* string
    remarks string

    General textual remark about the client.

Responses

Client updated successfully

Schema
    created string

    Creation date of the entity.

    lastModified string

    Date when the entity was last modified.

    version int32

    Version used for optimistic locking.

    extId string

    External ID of the client. Assigned during creation and cannot be changed afterwards.

    name string

    Internal name of the client. Must be unique across all clients.

    displayName object

    Language-dependent display name of the client. Keys: EN, DE, FR, IT.

    property name* string
Loading...