"description":"Bad Request : used to indicate that incorrect parameters were passed to the request.",
"content":{
"application/json":{
"application/problem+json":{
"schema":{
"type":"object",
"properties":{
"problemDetails":{
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
}
}
},
"403":{
"description":"Forbidden : operation is not allowed given the current status of the resource.",
"content":{
"application/json":{
"application/problem+json":{
"schema":{
"type":"object",
"required":[
"problemDetails"
],
"properties":{
"problemDetails":{
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
}
}
},
"404":{
"description":"Not Found : used when a client provided a URI that cannot be mapped to a valid resource URI.",
"content":{
"application/json":{
"application/problem+json":{
"schema":{
"type":"object",
"properties":{
"problemDetails":{
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
}
}
},
"412":{
"description":"Precondition failed : used when a condition has failed during conditional requests, e.g. when using ETags to avoid write conflicts when using PUT",
"description":"Bad Request : used to indicate that incorrect parameters were passed to the request.",
"content":{
"application/json":{
"application/problem+json":{
"schema":{
"type":"object",
"properties":{
"problemDetails":{
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
}
}
},
"403":{
"description":"Forbidden : operation is not allowed given the current status of the resource.",
"content":{
"application/json":{
"application/problem+json":{
"schema":{
"type":"object",
"required":[
"problemDetails"
],
"properties":{
"problemDetails":{
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
}
}
},
"404":{
"description":"Not Found : used when a client provided a URI that cannot be mapped to a valid resource URI.",
"content":{
"application/json":{
"application/problem+json":{
"schema":{
"type":"object",
"properties":{
"problemDetails":{
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
}
}
},
"412":{
"description":"Precondition failed : used when a condition has failed during conditional requests, e.g. when using ETags to avoid write conflicts when using PUT",