API ReferenceFAQS
/public/faqs/{faqCollectionId}/items/{faqId}
Path Parameters
faqCollectionId*string
faqId*string
Header Parameters
X-API-Version?string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://companion-api.napster.com/public/faqs/string/items/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"question": "string",
"answer": "string",
"createdAt": 0,
"updatedAt": 0
}{
"code": "string",
"description": "string",
"type": "failure",
"numericType": 0
}