For the complete documentation index, see llms.txt. This page is also available as Markdown.

closeAccessRequest

Close an access request. You need to be one of the assignees to do this.

closeAccessRequest(
  comment: String
  id: ID
  input: CloseAccessRequestInput
): AccessRequestResult!

Arguments

comment ● String deprecated scalar

WARNING - DEPRECATED

Will be removed in the 2026.11 release. Use input.comment instead.

id ● ID deprecated scalar

WARNING - DEPRECATED

Will be removed in the 2026.11 release. Use input.id instead.

input ● CloseAccessRequestInput input

Type

AccessRequestResult union

Last updated

Was this helpful?