Hi,
I'm noticed something odd with the person images endpoint (/3/person/{person_id}/images). The docs (OAS v3) don't mention what the response looks like.
"/3/person/{person_id}/images": {
"get": {
"summary": "Images",
"description": "Get the profile images that belong to a person.",
"operationId": "person-images",
"parameters": [
{
"name": "person_id",
"in": "path",
"schema": {
"type": "integer",
"format": "int32"
},
"required": true
}
],
"responses": {
"200": {
"description": "200",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {
}
}
}
}
}
},
"deprecated": false
}
},
Thanks!
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أبريل 10, 2024 في 2:40 مساءا
No problem, I've updated the docs.
Thanks.