Bad Request
Internal server error
Returns the list of Variable.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns the updated Variable.
{- "variable": {
- "identifier": "string",
- "name": "string",
- "description": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "type": "String",
- "spec": {
- "valueType": "FIXED",
- "type": "string"
}
}
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns the created Variable.
{- "variable": {
- "identifier": "string",
- "name": "string",
- "description": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "type": "String",
- "spec": {
- "valueType": "FIXED",
- "type": "string"
}
}
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns the variable with the requested scope identifiers and variable identifier.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
It returns true if the Variable is deleted successfully and false if the Variable is not deleted.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Specifies the variables to list
Bad Request
Internal server error
Returns the variable with the requested scope identifiers and variable identifier.
{- "identifiers": [
- "string"
]
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}