Skip to content

Delete a disposable source revision and its completed non-artifact build history.

DELETE
/api/workspace/admin/ui-project/revisions/{revisionId}
curl --request DELETE \
--url https://example.com/api/workspace/admin/ui-project/revisions/example \
--header 'Content-Type: application/json' \
--data '{ "ExpectedProjectRowVersion": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }'
  • None
revisionId
required
string
access_token
string

Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.

Delete one disposable Workspace UI revision with optimistic project concurrency.

object
ExpectedProjectRowVersion

Expected project concurrency token.

string format: uuid
Examplegenerated
{
"ExpectedProjectRowVersion": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}

OK

Media typeapplication/json
object
Data

Workspace UI project storage and lifecycle status.

object
ProjectId

Singleton project identifier.

string
nullable
Name

Project display name.

string
nullable
CurrentRevision

Immutable Workspace UI source revision metadata.

object
Id

Revision identifier.

string
nullable
ProjectId

Workspace UI project identifier.

string
nullable
RevisionNumber

Monotonic revision number.

integer format: int32
SourceKind
integer format: int32
Allowed values: 0 1 2 3
Status
integer format: int32
Allowed values: 0 1 2 3 4
Comment

Optional revision comment.

string
nullable
SourceChecksum

SHA-256 checksum of the canonical source tree.

string
nullable
CreatedAt

Creation timestamp.

string format: date-time
CreatedByUserId

Creating user identifier.

string
nullable
FileCount

Number of stored source files.

integer format: int32
WorkingRevision

Immutable Workspace UI source revision metadata.

object
Id

Revision identifier.

string
nullable
ProjectId

Workspace UI project identifier.

string
nullable
RevisionNumber

Monotonic revision number.

integer format: int32
SourceKind
integer format: int32
Allowed values: 0 1 2 3
Status
integer format: int32
Allowed values: 0 1 2 3 4
Comment

Optional revision comment.

string
nullable
SourceChecksum

SHA-256 checksum of the canonical source tree.

string
nullable
CreatedAt

Creation timestamp.

string format: date-time
CreatedByUserId

Creating user identifier.

string
nullable
FileCount

Number of stored source files.

integer format: int32
ActiveArtifact

Immutable Workspace UI runtime artifact metadata.

object
Id

Artifact identifier.

string
nullable
ProjectId

Workspace UI project identifier.

string
nullable
BuildId

Successful build that produced the artifact.

string
nullable
RevisionId

Source revision used by the build.

string
nullable
Status
integer format: int32
Allowed values: 0 1 2 3 4
IsActive

Whether this artifact is active.

boolean
AssetsAvailable

Whether JavaScript and CSS bytes remain stored.

boolean
AssetsPurgedAt

Asset purge timestamp.

string format: date-time
nullable
ArtifactHash

Combined JavaScript/CSS SHA-256 hash.

string
nullable
JavaScriptContentHash

JavaScript SHA-256 content hash.

string
nullable
JavaScriptIntegrity

JavaScript SHA-256 integrity value.

string
nullable
JavaScriptSizeBytes

JavaScript size in bytes.

integer format: int64
CssContentHash

CSS SHA-256 content hash.

string
nullable
CssIntegrity

CSS SHA-256 integrity value.

string
nullable
CssSizeBytes

CSS size in bytes.

integer format: int64
TotalSizeBytes

Combined JavaScript and CSS size.

integer format: int64
PageDescriptorJson

Validated page descriptors.

string
nullable
LocaleDescriptorJson

Validated locale descriptors.

string
nullable
DependencyMetadataJson

Pinned dependency and toolchain metadata.

string
nullable
WebAppVersion

Moltaro WebApp version used by the build.

string
nullable
HostContractVersion

Workspace UI host contract version.

integer format: int32
VueVersion

Vue version.

string
nullable
PiniaVersion

Pinia version.

string
nullable
VuetifyVersion

Vuetify version.

string
nullable
ViteVersion

Vite version.

string
nullable
TypeScriptVersion

TypeScript version.

string
nullable
EslintVersion

ESLint version.

string
nullable
ToolchainFingerprint

Resolved toolchain fingerprint.

string
nullable
PublishedByUserId

Publishing user identifier.

string
nullable
PublishedAt

Publication timestamp.

string format: date-time
nullable
DeactivatedByUserId

Deactivating user identifier.

string
nullable
DeactivatedAt

Deactivation timestamp.

string format: date-time
nullable
RowVersion

Concurrency token.

string format: uuid
LatestBuild

Workspace UI check or build history record.

object
Id

Build identifier.

string
nullable
ProjectId

Workspace UI project identifier.

string
nullable
RevisionId

Source revision identifier.

string
nullable
BuildNumber

Monotonic project build number.

integer format: int32
Kind
integer format: int32
Allowed values: 0 1
Status
integer format: int32
Allowed values: 0 1 2 3 4
Stage
integer format: int32
Allowed values: 0 1 2 3 4 5 6 7 8 9 10 11 12
StageMessageKey

Optional localization key for the current stage.

string
nullable
ProgressPercent

Progress from zero through one hundred.

integer format: int32
RequestedByUserId

Requesting user identifier.

string
nullable
RequestedAt

Request timestamp.

string format: date-time
ClaimedAt

Worker claim timestamp.

string format: date-time
nullable
WorkerId

Claiming worker identifier.

string
nullable
HeartbeatAt

Latest worker heartbeat.

string format: date-time
nullable
AttemptCount

Number of worker claims.

integer format: int32
StartedAt

Execution start timestamp.

string format: date-time
nullable
CancellationRequestedByUserId

User that requested cancellation.

string
nullable
CancellationRequestedAt

Cancellation request timestamp.

string format: date-time
nullable
CompletedAt

Completion timestamp.

string format: date-time
nullable
GeneratedProjectChecksum

Checksum of the generated build project.

string
nullable
ToolchainFingerprint

Resolved build toolchain fingerprint.

string
nullable
HostContractVersion

Workspace UI host contract version used by the build.

integer format: int32
nullable
Diagnostics

Bounded structured diagnostics persisted for one Workspace UI check or build.

object
FormatVersion

Diagnostics payload format version.

integer format: int32
CompilationId

Content-derived compilation identity.

string
nullable
SourceChecksum

Canonical source checksum.

string
nullable
HostContractFingerprint

Host contract fingerprint used by compilation.

string
nullable
PermissionCatalogFingerprint

Permission catalog fingerprint used by compilation.

string
nullable
Diagnostics

Structured compiler diagnostics.

Array<object>
nullable

One bounded diagnostic emitted by the Workspace UI compiler.

object
Code

Stable compiler diagnostic code.

string
nullable
Severity
integer format: int32
Allowed values: 0 1 2
Stage
integer format: int32
Allowed values: 0 1 2 3 4 5 6 7 8 9 10 11 12
Message

Invariant developer-facing diagnostic text.

string
nullable
Path

Optional canonical source path.

string
nullable
StartLine

Optional one-based start line.

integer format: int32
nullable
StartColumn

Optional one-based start column.

integer format: int32
nullable
EndLine

Optional one-based end line.

integer format: int32
nullable
EndColumn

Optional one-based end column.

integer format: int32
nullable
ErrorSummary

Bounded error summary.

string
nullable
RowVersion

Concurrency token.

string format: uuid
NeedsValidation

Whether source compatibility must be checked.

boolean
RevisionCount

Stored revision count.

integer format: int32
BuildCount

Stored build count.

integer format: int32
ArtifactCount

Stored artifact count.

integer format: int32
CreatedAt

Creation timestamp.

string format: date-time
ModifiedAt

Last modification timestamp.

string format: date-time
nullable
RowVersion

Concurrency token.

string format: uuid
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": {
"CurrentRevision": {
"SourceKind": 0,
"Status": 0
},
"WorkingRevision": {
"SourceKind": 0,
"Status": 0
},
"ActiveArtifact": {
"Status": 0
},
"LatestBuild": {
"Kind": 0,
"Status": 0,
"Stage": 0,
"Diagnostics": {
"Diagnostics": [
{
"Severity": 0,
"Stage": 0
}
]
}
}
},
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}

Forbidden

Media typeapplication/json
object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties
Examplegenerated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}

Not Found

Media typeapplication/json
object
Data

Workspace UI project storage and lifecycle status.

object
ProjectId

Singleton project identifier.

string
nullable
Name

Project display name.

string
nullable
CurrentRevision

Immutable Workspace UI source revision metadata.

object
Id

Revision identifier.

string
nullable
ProjectId

Workspace UI project identifier.

string
nullable
RevisionNumber

Monotonic revision number.

integer format: int32
SourceKind
integer format: int32
Allowed values: 0 1 2 3
Status
integer format: int32
Allowed values: 0 1 2 3 4
Comment

Optional revision comment.

string
nullable
SourceChecksum

SHA-256 checksum of the canonical source tree.

string
nullable
CreatedAt

Creation timestamp.

string format: date-time
CreatedByUserId

Creating user identifier.

string
nullable
FileCount

Number of stored source files.

integer format: int32
WorkingRevision

Immutable Workspace UI source revision metadata.

object
Id

Revision identifier.

string
nullable
ProjectId

Workspace UI project identifier.

string
nullable
RevisionNumber

Monotonic revision number.

integer format: int32
SourceKind
integer format: int32
Allowed values: 0 1 2 3
Status
integer format: int32
Allowed values: 0 1 2 3 4
Comment

Optional revision comment.

string
nullable
SourceChecksum

SHA-256 checksum of the canonical source tree.

string
nullable
CreatedAt

Creation timestamp.

string format: date-time
CreatedByUserId

Creating user identifier.

string
nullable
FileCount

Number of stored source files.

integer format: int32
ActiveArtifact

Immutable Workspace UI runtime artifact metadata.

object
Id

Artifact identifier.

string
nullable
ProjectId

Workspace UI project identifier.

string
nullable
BuildId

Successful build that produced the artifact.

string
nullable
RevisionId

Source revision used by the build.

string
nullable
Status
integer format: int32
Allowed values: 0 1 2 3 4
IsActive

Whether this artifact is active.

boolean
AssetsAvailable

Whether JavaScript and CSS bytes remain stored.

boolean
AssetsPurgedAt

Asset purge timestamp.

string format: date-time
nullable
ArtifactHash

Combined JavaScript/CSS SHA-256 hash.

string
nullable
JavaScriptContentHash

JavaScript SHA-256 content hash.

string
nullable
JavaScriptIntegrity

JavaScript SHA-256 integrity value.

string
nullable
JavaScriptSizeBytes

JavaScript size in bytes.

integer format: int64
CssContentHash

CSS SHA-256 content hash.

string
nullable
CssIntegrity

CSS SHA-256 integrity value.

string
nullable
CssSizeBytes

CSS size in bytes.

integer format: int64
TotalSizeBytes

Combined JavaScript and CSS size.

integer format: int64
PageDescriptorJson

Validated page descriptors.

string
nullable
LocaleDescriptorJson

Validated locale descriptors.

string
nullable
DependencyMetadataJson

Pinned dependency and toolchain metadata.

string
nullable
WebAppVersion

Moltaro WebApp version used by the build.

string
nullable
HostContractVersion

Workspace UI host contract version.

integer format: int32
VueVersion

Vue version.

string
nullable
PiniaVersion

Pinia version.

string
nullable
VuetifyVersion

Vuetify version.

string
nullable
ViteVersion

Vite version.

string
nullable
TypeScriptVersion

TypeScript version.

string
nullable
EslintVersion

ESLint version.

string
nullable
ToolchainFingerprint

Resolved toolchain fingerprint.

string
nullable
PublishedByUserId

Publishing user identifier.

string
nullable
PublishedAt

Publication timestamp.

string format: date-time
nullable
DeactivatedByUserId

Deactivating user identifier.

string
nullable
DeactivatedAt

Deactivation timestamp.

string format: date-time
nullable
RowVersion

Concurrency token.

string format: uuid
LatestBuild

Workspace UI check or build history record.

object
Id

Build identifier.

string
nullable
ProjectId

Workspace UI project identifier.

string
nullable
RevisionId

Source revision identifier.

string
nullable
BuildNumber

Monotonic project build number.

integer format: int32
Kind
integer format: int32
Allowed values: 0 1
Status
integer format: int32
Allowed values: 0 1 2 3 4
Stage
integer format: int32
Allowed values: 0 1 2 3 4 5 6 7 8 9 10 11 12
StageMessageKey

Optional localization key for the current stage.

string
nullable
ProgressPercent

Progress from zero through one hundred.

integer format: int32
RequestedByUserId

Requesting user identifier.

string
nullable
RequestedAt

Request timestamp.

string format: date-time
ClaimedAt

Worker claim timestamp.

string format: date-time
nullable
WorkerId

Claiming worker identifier.

string
nullable
HeartbeatAt

Latest worker heartbeat.

string format: date-time
nullable
AttemptCount

Number of worker claims.

integer format: int32
StartedAt

Execution start timestamp.

string format: date-time
nullable
CancellationRequestedByUserId

User that requested cancellation.

string
nullable
CancellationRequestedAt

Cancellation request timestamp.

string format: date-time
nullable
CompletedAt

Completion timestamp.

string format: date-time
nullable
GeneratedProjectChecksum

Checksum of the generated build project.

string
nullable
ToolchainFingerprint

Resolved build toolchain fingerprint.

string
nullable
HostContractVersion

Workspace UI host contract version used by the build.

integer format: int32
nullable
Diagnostics

Bounded structured diagnostics persisted for one Workspace UI check or build.

object
FormatVersion

Diagnostics payload format version.

integer format: int32
CompilationId

Content-derived compilation identity.

string
nullable
SourceChecksum

Canonical source checksum.

string
nullable
HostContractFingerprint

Host contract fingerprint used by compilation.

string
nullable
PermissionCatalogFingerprint

Permission catalog fingerprint used by compilation.

string
nullable
Diagnostics

Structured compiler diagnostics.

Array<object>
nullable

One bounded diagnostic emitted by the Workspace UI compiler.

object
Code

Stable compiler diagnostic code.

string
nullable
Severity
integer format: int32
Allowed values: 0 1 2
Stage
integer format: int32
Allowed values: 0 1 2 3 4 5 6 7 8 9 10 11 12
Message

Invariant developer-facing diagnostic text.

string
nullable
Path

Optional canonical source path.

string
nullable
StartLine

Optional one-based start line.

integer format: int32
nullable
StartColumn

Optional one-based start column.

integer format: int32
nullable
EndLine

Optional one-based end line.

integer format: int32
nullable
EndColumn

Optional one-based end column.

integer format: int32
nullable
ErrorSummary

Bounded error summary.

string
nullable
RowVersion

Concurrency token.

string format: uuid
NeedsValidation

Whether source compatibility must be checked.

boolean
RevisionCount

Stored revision count.

integer format: int32
BuildCount

Stored build count.

integer format: int32
ArtifactCount

Stored artifact count.

integer format: int32
CreatedAt

Creation timestamp.

string format: date-time
ModifiedAt

Last modification timestamp.

string format: date-time
nullable
RowVersion

Concurrency token.

string format: uuid
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": {
"CurrentRevision": {
"SourceKind": 0,
"Status": 0
},
"WorkingRevision": {
"SourceKind": 0,
"Status": 0
},
"ActiveArtifact": {
"Status": 0
},
"LatestBuild": {
"Kind": 0,
"Status": 0,
"Stage": 0,
"Diagnostics": {
"Diagnostics": [
{
"Severity": 0,
"Stage": 0
}
]
}
}
},
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}

Conflict

Media typeapplication/json
object
Data

Workspace UI project storage and lifecycle status.

object
ProjectId

Singleton project identifier.

string
nullable
Name

Project display name.

string
nullable
CurrentRevision

Immutable Workspace UI source revision metadata.

object
Id

Revision identifier.

string
nullable
ProjectId

Workspace UI project identifier.

string
nullable
RevisionNumber

Monotonic revision number.

integer format: int32
SourceKind
integer format: int32
Allowed values: 0 1 2 3
Status
integer format: int32
Allowed values: 0 1 2 3 4
Comment

Optional revision comment.

string
nullable
SourceChecksum

SHA-256 checksum of the canonical source tree.

string
nullable
CreatedAt

Creation timestamp.

string format: date-time
CreatedByUserId

Creating user identifier.

string
nullable
FileCount

Number of stored source files.

integer format: int32
WorkingRevision

Immutable Workspace UI source revision metadata.

object
Id

Revision identifier.

string
nullable
ProjectId

Workspace UI project identifier.

string
nullable
RevisionNumber

Monotonic revision number.

integer format: int32
SourceKind
integer format: int32
Allowed values: 0 1 2 3
Status
integer format: int32
Allowed values: 0 1 2 3 4
Comment

Optional revision comment.

string
nullable
SourceChecksum

SHA-256 checksum of the canonical source tree.

string
nullable
CreatedAt

Creation timestamp.

string format: date-time
CreatedByUserId

Creating user identifier.

string
nullable
FileCount

Number of stored source files.

integer format: int32
ActiveArtifact

Immutable Workspace UI runtime artifact metadata.

object
Id

Artifact identifier.

string
nullable
ProjectId

Workspace UI project identifier.

string
nullable
BuildId

Successful build that produced the artifact.

string
nullable
RevisionId

Source revision used by the build.

string
nullable
Status
integer format: int32
Allowed values: 0 1 2 3 4
IsActive

Whether this artifact is active.

boolean
AssetsAvailable

Whether JavaScript and CSS bytes remain stored.

boolean
AssetsPurgedAt

Asset purge timestamp.

string format: date-time
nullable
ArtifactHash

Combined JavaScript/CSS SHA-256 hash.

string
nullable
JavaScriptContentHash

JavaScript SHA-256 content hash.

string
nullable
JavaScriptIntegrity

JavaScript SHA-256 integrity value.

string
nullable
JavaScriptSizeBytes

JavaScript size in bytes.

integer format: int64
CssContentHash

CSS SHA-256 content hash.

string
nullable
CssIntegrity

CSS SHA-256 integrity value.

string
nullable
CssSizeBytes

CSS size in bytes.

integer format: int64
TotalSizeBytes

Combined JavaScript and CSS size.

integer format: int64
PageDescriptorJson

Validated page descriptors.

string
nullable
LocaleDescriptorJson

Validated locale descriptors.

string
nullable
DependencyMetadataJson

Pinned dependency and toolchain metadata.

string
nullable
WebAppVersion

Moltaro WebApp version used by the build.

string
nullable
HostContractVersion

Workspace UI host contract version.

integer format: int32
VueVersion

Vue version.

string
nullable
PiniaVersion

Pinia version.

string
nullable
VuetifyVersion

Vuetify version.

string
nullable
ViteVersion

Vite version.

string
nullable
TypeScriptVersion

TypeScript version.

string
nullable
EslintVersion

ESLint version.

string
nullable
ToolchainFingerprint

Resolved toolchain fingerprint.

string
nullable
PublishedByUserId

Publishing user identifier.

string
nullable
PublishedAt

Publication timestamp.

string format: date-time
nullable
DeactivatedByUserId

Deactivating user identifier.

string
nullable
DeactivatedAt

Deactivation timestamp.

string format: date-time
nullable
RowVersion

Concurrency token.

string format: uuid
LatestBuild

Workspace UI check or build history record.

object
Id

Build identifier.

string
nullable
ProjectId

Workspace UI project identifier.

string
nullable
RevisionId

Source revision identifier.

string
nullable
BuildNumber

Monotonic project build number.

integer format: int32
Kind
integer format: int32
Allowed values: 0 1
Status
integer format: int32
Allowed values: 0 1 2 3 4
Stage
integer format: int32
Allowed values: 0 1 2 3 4 5 6 7 8 9 10 11 12
StageMessageKey

Optional localization key for the current stage.

string
nullable
ProgressPercent

Progress from zero through one hundred.

integer format: int32
RequestedByUserId

Requesting user identifier.

string
nullable
RequestedAt

Request timestamp.

string format: date-time
ClaimedAt

Worker claim timestamp.

string format: date-time
nullable
WorkerId

Claiming worker identifier.

string
nullable
HeartbeatAt

Latest worker heartbeat.

string format: date-time
nullable
AttemptCount

Number of worker claims.

integer format: int32
StartedAt

Execution start timestamp.

string format: date-time
nullable
CancellationRequestedByUserId

User that requested cancellation.

string
nullable
CancellationRequestedAt

Cancellation request timestamp.

string format: date-time
nullable
CompletedAt

Completion timestamp.

string format: date-time
nullable
GeneratedProjectChecksum

Checksum of the generated build project.

string
nullable
ToolchainFingerprint

Resolved build toolchain fingerprint.

string
nullable
HostContractVersion

Workspace UI host contract version used by the build.

integer format: int32
nullable
Diagnostics

Bounded structured diagnostics persisted for one Workspace UI check or build.

object
FormatVersion

Diagnostics payload format version.

integer format: int32
CompilationId

Content-derived compilation identity.

string
nullable
SourceChecksum

Canonical source checksum.

string
nullable
HostContractFingerprint

Host contract fingerprint used by compilation.

string
nullable
PermissionCatalogFingerprint

Permission catalog fingerprint used by compilation.

string
nullable
Diagnostics

Structured compiler diagnostics.

Array<object>
nullable

One bounded diagnostic emitted by the Workspace UI compiler.

object
Code

Stable compiler diagnostic code.

string
nullable
Severity
integer format: int32
Allowed values: 0 1 2
Stage
integer format: int32
Allowed values: 0 1 2 3 4 5 6 7 8 9 10 11 12
Message

Invariant developer-facing diagnostic text.

string
nullable
Path

Optional canonical source path.

string
nullable
StartLine

Optional one-based start line.

integer format: int32
nullable
StartColumn

Optional one-based start column.

integer format: int32
nullable
EndLine

Optional one-based end line.

integer format: int32
nullable
EndColumn

Optional one-based end column.

integer format: int32
nullable
ErrorSummary

Bounded error summary.

string
nullable
RowVersion

Concurrency token.

string format: uuid
NeedsValidation

Whether source compatibility must be checked.

boolean
RevisionCount

Stored revision count.

integer format: int32
BuildCount

Stored build count.

integer format: int32
ArtifactCount

Stored artifact count.

integer format: int32
CreatedAt

Creation timestamp.

string format: date-time
ModifiedAt

Last modification timestamp.

string format: date-time
nullable
RowVersion

Concurrency token.

string format: uuid
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": {
"CurrentRevision": {
"SourceKind": 0,
"Status": 0
},
"WorkingRevision": {
"SourceKind": 0,
"Status": 0
},
"ActiveArtifact": {
"Status": 0
},
"LatestBuild": {
"Kind": 0,
"Status": 0,
"Stage": 0,
"Diagnostics": {
"Diagnostics": [
{
"Severity": 0,
"Stage": 0
}
]
}
}
},
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}