POST /api/generic/v1/set-profile


Resets GM Tex profile.

Request

{
    "description": String,
    "details": [
        ProfileDetail...
    ]
}

Check profile.rs for all variants of ProfileDetail.

Response

Status code: 200

{
    "type": "profile updated"
}

Possible errors

  • invalid token
  • not verified
  • not created
  • external