Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23470,7 +23470,7 @@
"/orgs/{org}/secret-scanning/pattern-configurations": {
"get": {
"summary": "List organization pattern configurations",
"description": "Lists the secret scanning pattern configurations for an organization.\n\nPersonal access tokens (classic) need the `write:org` scope to use this endpoint.",
"description": "Lists the secret scanning pattern configurations for an organization.\n\nPersonal access tokens (classic) need the `read:org` scope to use this endpoint.",
"tags": [
"secret-scanning"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17032,7 +17032,7 @@ paths:
description: |-
Lists the secret scanning pattern configurations for an organization.

Personal access tokens (classic) need the `write:org` scope to use this endpoint.
Personal access tokens (classic) need the `read:org` scope to use this endpoint.
tags:
- secret-scanning
operationId: secret-scanning/list-org-pattern-configs
Expand Down
2 changes: 1 addition & 1 deletion descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -23470,7 +23470,7 @@
"/orgs/{org}/secret-scanning/pattern-configurations": {
"get": {
"summary": "List organization pattern configurations",
"description": "Lists the secret scanning pattern configurations for an organization.\n\nPersonal access tokens (classic) need the `write:org` scope to use this endpoint.",
"description": "Lists the secret scanning pattern configurations for an organization.\n\nPersonal access tokens (classic) need the `read:org` scope to use this endpoint.",
"tags": [
"secret-scanning"
],
Expand Down
2 changes: 1 addition & 1 deletion descriptions-next/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17032,7 +17032,7 @@ paths:
description: |-
Lists the secret scanning pattern configurations for an organization.

Personal access tokens (classic) need the `write:org` scope to use this endpoint.
Personal access tokens (classic) need the `read:org` scope to use this endpoint.
tags:
- secret-scanning
operationId: secret-scanning/list-org-pattern-configs
Expand Down
Loading