Updates Module Configuration

Updates module configuration.

PUT /modules/{uuid}

Updates module configuration for the specified module ID. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

Request Body

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Module'
}

Last updated