servers

Update a server

Update server metadata such as display name, description, repository, icon, or visibility.

patch/servers/{qualifiedName}

Path parameters

qualifiedNamestring required

The server's qualified name (e.g. 'namespace/server' or 'namespace' for namespace-only servers). Use %2F to encode the slash.

Request body

displayNamestring
descriptionstring
homepagestring nullable
repositoryUrlstring nullable
backlinkUrlstring nullable
licensestring nullable
iconUrlstring nullable
unlistedboolean

Response

Server updated

successboolean required
namespacestring required
serverstring required

Changes

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