Skip to main content
PUT
/
api
/
v1
/
developers
/
{username}
/
yapcoder-status
Set YapCoder status
curl --request PUT \
  --url http://localhost:8080/api/v1/developers/{username}/yapcoder-status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "yapcoder_id": 123
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

username
string
required

Body

application/json
yapcoder_id
integer
required

Response

Status updated successfully

message
string