Validates Module
Validates module.
POST  /modules/validate
Validates selected module. Only users with the Standard Registry role are allowed to make the request.
Request Body
Name
Type
Description
id*
String
Object that contains module configuration.
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidateModule'
}{
    // Response
}{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}Last updated