Update Got What

post
http://127.0.0.1:8000/api/v1/got-what

110 From mobile app to the user table updates the following:

  1. mcq
  2. mcq_checked_at
  3. articles,
  4. article_changed_at,
  5. subjects,
  6. chapters,
  7. corrections_checked_at

10 Chapters

20 Subjects

30 Mcqs

40 Articles

50 Tests

60 Corrections

what
string
required
<= 255 characters

Optional activity log Activity::create(...);

Optional activity log Activity::create(...);

Optional activity log Activity::create(...);

Optional activity log Activity::create(...);

Optional activity log Activity::create(...);

Optional activity log Activity::create(...);

Optional activity log Activity::create(...);

responses
/
200
(any of)
success
boolean
required
data
null
required
message
string
required
Allowed value:
Got Corrections successfully.
meta
string
required
Auth
:
Body
curl --request POST \
--url http://127.0.0.1:8000/api/v1/got-what \
--header 'Accept: application/json' \
--header 'Authorization: Bearer 123' \
--header 'Content-Type: application/json' \
--data '{
"what": "string"
}'
Response Example
1
{
2
"success": true,
3
"data": null,
4
"message": "Got Corrections successfully.",
5
"meta": "string"
6
}