ByteChef LogoByteChef
Frontend (Signing Key JWT)Connected Users

Update data of an external user

Update data of an external user.

PATCH
/me

Authorization

jwtBearerAuth
AuthorizationBearer <token>

In: header

Header Parameters

X-Environment?string

The environment.

Value in

  • "DEVELOPMENT"
  • "STAGING"
  • "PRODUCTION"

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://example.com/me" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?