Update Product
Use this API to update the details of a product for a service.
API
/cemli/v1/customers/{supportIdentifier}/services/{serviceType}/products/{productId}
Scope and AuthZ
- You must have
mcs:oci:api:Approver
scope to access this API. - You can update product only for your customer support identifier and service type.
- You can use CEMLI product API only if your customer has opted-in for CEMLI functionality.
Headers
- Authorization: Bearer <Token>
Where <Token> is the OAUTH token returned by the Authorization Server (JWT Token).
- Identifier: <JWKS Identifier>
Where <JWKS Identifier> is the GUID generated when JWKS URI is set by customer admin in self-service platform.
Base Path
/cemli/v1/
Dependency
Functionality
- This API is used to update the product details for a service.
- Authorization header contains the JWT identity token
Verb
PUT
Parameters
Name | Type | Description | Mandatory |
---|---|---|---|
serviceType |
Path parameter | Service type (For example, EBSO, EBSZ, or EBSI) | Yes |
supportIdentifier |
Path parameter | Customer Support Identifier (CSI) | Yes |
productId |
Path parameter | ID of the product to be updated. | Yes |
Sample request
{
"description": "xbol custom top",
"dbSchema": "bolinf",
"active": true
}
Sample response
HTTP response code : 200