POST User Mentor Auth
POST User Mentor Auth
POST
https://api.cakes.com/user/:id/mentor-auth
This endpoint allows you to post mentor authorization.
Path Parameters
Name
Type
Description
id
string
user's id
Headers
Name
Type
Description
Authorization
string
bearer token
Request Body
Name
Type
Description
mentor_description
string
description about mentor
mentor_career
string
career of mentor
mentor_auth
boolean
whether this person is mentor or not
auth_image_url
string
image of authorization document
Last updated