address book

Update shared profile name

This function is an API endpoint that updates the name of a shared profile in an address book. It is tagged with "address book" for OpenAPI documentation.

Parameters

  • request: A JSON object containing the updated shared profile information.

Returns

If successful, this function returns a Json<AbSharedProfilesResponse> object containing the updated shared profile information.

put/api/ab/shared/update/profile

Request body

namestring nullable
notestring nullable
guidstring required

Response

errorstring nullable
totalinteger required

Changes

Changed in 2 of the 11 revisions of this API.11