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.