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

NameTypeDescription

uuid*

String

Selected module ID

Request Body

NameTypeDescription

*

Json

Object that contains module configuration.

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

Last updated