Function validateProjectDefinitions

  • Validates the project definition files in a .zip and returns a structured report of warnings and errors. The validation runs synchronously and completes before the response is returned. Use this operation before importing with POST /di-projects/{projectId}/actions/import-async to confirm that YAML-based pipeline definitions are correct.

    Parameters

    • body: { zip?: BodyInit }

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<ValidateProjectDefinitionsHttpResponse>

    ValidateProjectDefinitionsHttpError