{
"annotations": {
"property1": "string",
"property2": "string"
},
"createAt": "string",
"creator": "string",
"description": "string",
"images": [
"string"
],
"istioVersion": "string",
"kind": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"name": "string",
"ref": {
"environment": "string",
"name": "string",
"project": "string",
"tenant": "string"
}
}
curl --location --request POST '/v1/tenant//project//manifests' \
--header 'Content-Type: application/json' \
--data-raw '{
"annotations": {
"property1": "string",
"property2": "string"
},
"createAt": "string",
"creator": "string",
"description": "string",
"images": [
"string"
],
"istioVersion": "string",
"kind": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"name": "string",
"ref": {
"environment": "string",
"name": "string",
"project": "string",
"tenant": "string"
}
}'
{
"data": null,
"errorData": null,
"message": "string",
"Data": {
"annotations": {
"property1": "string",
"property2": "string"
},
"createAt": "string",
"creator": "string",
"description": "string",
"images": [
"string"
],
"istioVersion": "string",
"kind": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"name": "string",
"ref": {
"environment": "string",
"name": "string",
"project": "string",
"tenant": "string"
}
}
}