pub async fn orgs_slash_update_pat_accesses(
configuration: &Configuration,
org: &str,
orgs_update_pat_accesses_request: OrgsUpdatePatAccessesRequest,
) -> Result<Value, Error<OrgsSlashUpdatePatAccessesError>>Expand description
Updates the access organization members have to organization resources via fine-grained personal access tokens. Limited to revoking a token’s existing access. Only GitHub Apps can use this endpoint.