v1

latestOpenAPI 3.0.32026-07-17136180270.3 KB
Workspaces

Validate workspace input

Validate workspace input. Accepts a JSON request body when defined and returns the resulting resource or action status.

post/api/projects/{projectId}/workspaces/validate

Path parameters

projectIdstring required

Project identifier used to scope the request.

Request body

pathstring required

File system path or repository-relative path.

sourceTypestring required

source Type value for the validate Workspace Request object.

Response

Validation result

pathstring required

File system path or repository-relative path.

sourceTypestring required

source Type value for the validate Workspace Response object.

validboolean required

Whether the value passed validation.

classificationstring required

Classification assigned during validation or suggestion lookup.

errorstring

Error message when the operation failed.

authProviderstring

auth Provider value for the validate Workspace Response object.

authRequiredboolean

auth Required value for the validate Workspace Response object.

authMessagestring

auth Message value for the validate Workspace Response object.