pub async fn orgs_slash_update_pat_access(
configuration: &Configuration,
org: &str,
pat_id: i32,
orgs_update_pat_access_request: OrgsUpdatePatAccessRequest,
) -> Result<(), Error<OrgsSlashUpdatePatAccessError>>Expand description
Updates the access an organization member has to organization resources via a fine-grained personal access token. Limited to revoking the token’s existing access. Limited to revoking a token’s existing access. Only GitHub Apps can use this endpoint.