Update Company Certificate

Update a company certificate.

Update a company certificate

post
Path parameters
fingerPrintstringRequired

Certificate fingerPrint (ID)

Header parameters
sessionTokenstringRequired

Session authentication token.

Body
namestringOptional

Friendly name assigned by administrator

Example: agentservice
Responses
200
Success
application/json
post
POST /pod/v1/companycert/{fingerPrint}/update HTTP/1.1
Host: yourpodURL.symphony.com
sessionToken: text
Content-Type: application/json
Accept: */*
Content-Length: 74

{
  "name": "agentservice",
  "type": {
    "type": "USER"
  },
  "status": {
    "type": "TRUSTED"
  }
}
{
  "format": "TEXT",
  "message": "Success"
}

🚧 Roles and privileges

Calling this endpoint requires the USER_PROVISIONING or the SUPER_ADMINISTRATOR role. See Bot Permissions for a list of roles and associated privileges.

Last updated

Was this helpful?