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!
Can't find a movie or TV show? Login to create it.
Elementu hau kalifikatu edo zerrenda batera gehitzea nahi al duzu?
Ez zara kidea?
Travis Bell Erabiltzailearen Erantzuna
Apirila 10, 2024 egunean 2:40 PM(e)tan
No problem, I've updated the docs.
Thanks.