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

NameTypeDescription

*

String

Object that contains module configuration.

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

Last updated