PATCH
/
folders
/
folder
Add or remove profiles from folder
curl --request PATCH \
  --url https://api.gologin.com/folders/folder \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

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

Body

application/json · object