Nudge a user

POST /nudge
application/x-www-form-urlencoded

Body Required

  • user string

    The username of the user to nudge

Responses

  • 200

    User nudged successfully

  • 404

    User not found

POST /nudge
curl \
 -X POST https://blips.club/nudge \
 -H "Content-Type: application/x-www-form-urlencoded" \
 -d 'user=string'
Request example
{
  "user": "string"
}