Path Parameters
Body
application/json
Required array length:
1 - 500
elementsResponse
successful operation
Required array length:
1 - 500
elementscurl --request POST \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/jobs/qualityAssurances/ignoredWarnings \
--header 'Content-Type: application/json' \
--data '{
"jobParts": [
{
"jobPartUid": "<string>",
"segments": [
{
"uid": "<string>",
"warnings": [
{
"id": "<string>"
}
]
}
]
}
]
}'
{
"jobParts": [
{
"jobPartUid": "<string>",
"segments": [
{
"uid": "<string>",
"warnings": [
{
"id": "<string>"
}
]
}
]
}
]
}
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/jobs/qualityAssurances/ignoredWarnings \
--header 'Content-Type: application/json' \
--data '{
"jobParts": [
{
"jobPartUid": "<string>",
"segments": [
{
"uid": "<string>",
"warnings": [
{
"id": "<string>"
}
]
}
]
}
]
}'
{
"jobParts": [
{
"jobPartUid": "<string>",
"segments": [
{
"uid": "<string>",
"warnings": [
{
"id": "<string>"
}
]
}
]
}
]
}
1 - 500
elementsShow child attributes
successful operation
1 - 500
elementsShow child attributes
Was this page helpful?