Applications

Update a callback URI

Updates the specified callback URI.

If you don't define the platform, Nylas doesn't modify the existing settings.

When you make a PATCH request, Nylas replaces all data in the nested object with the information included in your request. For more information, see Updating objects.

patch/v3/applications/redirect-uris/{id}

Request body

OR
OR
OR

Example request

{
  "id": "0556d035-6cb6-4262-a035-6b77e11cf8fc",
  "url": "https://yourapp.com/callback"
}

Response

Returns callback URI

request_idstring

ID of the request

Example response

{
  "request_id": "5967ca40-a2d8-4ee0-a0e0-6f18ace39a90",
  "data": {
    "id": "0556d035-6cb6-4262-a035-6b77e11cf8fc",
    "url": "https://yourapp.com/callback"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.