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 PM
No problem, I've updated the docs.
Thanks.