cURL
curl --request POST \ --url 'https://memberkit.com.br/api/v1/comments?api_key=' \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>", "status": "pending", "user_id": 123, "lesson_id": 123, "classroom_id": 123, "parent_id": 123 } '
{ "id": 123, "content": "<string>", "status": "<string>", "parent_id": 123, "classroom_id": 123, "created_at": "<string>", "updated_at": "<string>", "lesson": { "id": 123, "title": "<string>", "url": "<string>", "course": { "id": 123, "name": "<string>" } }, "user": { "id": 123, "full_name": "<string>", "email": "jsmith@example.com", "profile_image_url": "<string>", "sign_in_count": 123, "current_sign_in_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Cadastra um comentário em uma aula específica.
Documentation IndexFetch the complete documentation index at: https://ajuda.memberkit.com.br/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://ajuda.memberkit.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Texto do comentário.
pending
approved
rejected
ID do membro.
ID da aula.
ID da turma.
ID do comentário respondido.
Show child attributes
Esta página foi útil?