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
Name
Type
Description
uuid*
String
Selected module ID.
{
   content:
            application/json:
              schema:
                $ref: '#/components/schemas/Module'
}{
    // Response
}{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}Last updated