v1

latestOpenAPI 3.0.02026-07-2653703.5 MB
orgs/authCerts

Update an X.509 authentication certificate

Update an X.509 certificate for an org. If this resource is being updated has the canOnlySelfModify property set, then cert-based JWT authentication is required using a JWT signed using that same cert's private key. Check the following link for how to authenticate https://openpath.readme.io/docs/using-the-api#using-signed-jwt-for-authentication<br/><br/>JWT is required for this endpoint with at least one of the following scopes: o:w,s-o:w,o{params.orgId}-cert:w,o{params.orgId}-cert{params.authCertId}:w<br/><br/>Endpoint name: updateAuthCert

patch/orgs/{orgId}/authCerts/{authCertId}

Path parameters

orgIdinteger required
authCertIdinteger required

Request body

certificatestring
canOnlySelfModifyboolean
namestring
roleIdinteger

Response

Successful