Enable Auth
Enable an existing messaging provider auth
PUT
https://api.pact.im/api/p2/companies/<COMPANY_ID>/auths/<AUTH_ID>/enableEnables an existing auth.
URL Parameters
| Parameter | Description |
|---|---|
| COMPANY_ID | ID of the company |
| AUTH_ID | ID of the auth |
Query Parameters
| Parameter | Required | Validations | Description |
|---|---|---|---|
| private_api_token | true | Must be a string | YOUR_API_TOKEN |
Body Parameters
| Parameter | Required | Validations | Description |
|---|---|---|---|
| code | false | Must be a string | Required only for telegram_personal (code flow) |