Last updated 2 years ago
Was this helpful?
PUT /modules/{uuid}
PUT
/modules/{uuid}
Updates module configuration for the specified module ID. Only users with the Standard Registry role are allowed to make the request.
uuid*
String
Selected module ID
*
Json
Object that contains module configuration.
{ content: application/json: schema: $ref: '#/components/schemas/Module' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }