Update an Access Grant
Updates an existing access grant's time window.
Request Parameters
access_grant_id
String (Required)
ID of the access grant to update.
ends_at
String
Date and time at which the validity of the grant ends, in ISO 8601 format. Must be a time in the future and after starts_at
.
starts_at
String
Date and time at which the validity of the grant starts, in ISO 8601 format.
Response
void
Last updated
Was this helpful?