"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"
}
}
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
...
...
@@ -345,17 +288,9 @@
"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"
}
}
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
...
...
@@ -363,14 +298,9 @@
"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"
}
}
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
...
...
@@ -378,14 +308,9 @@
"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"
}
}
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
...
...
@@ -312,17 +272,9 @@
"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"
}
}
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
...
...
@@ -330,14 +282,9 @@
"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"
}
}
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
...
...
@@ -345,14 +292,9 @@
"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",