Retrieves Module Configuration

Retrieves module configuration.

GET /modules/{uuid}

Retrieves 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.

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

Last updated