Versions
Get artifact version state
Gets the current state of an artifact version.
This operation can fail for the following reasons:
- No artifact with this artifactId exists (HTTP error 404)
- No version with this version exists (HTTP error 404)
- A server error occurred (HTTP error 500)
get/groups/{groupId}/artifacts/{artifactId}/versions/{versionExpression}/state
Response
The current artifact version state.
Example response
{
"state": "ENABLED"
}