repo/rest-api/specs/resources/descriptions/description-with-fallback-for-property.json
{
"get": {
"operationId": "getPropertyDescriptionWithFallback",
"tags": [ "descriptions" ],
"summary": "Retrieve a Property's description in a specific language, with language fallback",
"parameters": [
{ "$ref": "../../global/parameters.json#/PropertyId" },
{ "$ref": "../../global/parameters.json#/LanguageCode" },
{ "$ref": "../../global/parameters.json#/IfNoneMatch" },
{ "$ref": "../../global/parameters.json#/IfModifiedSince" },
{ "$ref": "../../global/parameters.json#/IfMatch" },
{ "$ref": "../../global/parameters.json#/IfUnmodifiedSince" },
{ "$ref": "../../global/parameters.json#/Authorization" }
],
"responses": {
"200": { "$ref": "./responses.json#/PropertyDescription" },
"304": { "$ref": "../../global/responses.json#/NotModified" },
"307": { "$ref": "../../global/responses.json#/MovedTemporarily" },
"400": { "$ref": "../../global/responses.json#/InvalidTermByLanguageInput" },
"404": { "$ref": "../../global/responses.json#/ResourceNotFound" },
"412": { "$ref": "../../global/responses.json#/PreconditionFailedError" },
"500": { "$ref": "../../global/responses.json#/UnexpectedError" }
}
}
}