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 的回复
于 2024 年 04 月 10 日 2:40下午
No problem, I've updated the docs.
Thanks.