You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/codespaces/Client.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3208,7 +3208,7 @@ public struct Client: APIProtocol {
3208
3208
/// Creates or updates a repository development environment secret with an encrypted value. Encrypt your secret using
3209
3209
/// [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). For more information, see "[Encrypting secrets for the REST API](https://docs.github.com/rest/guides/encrypting-secrets-for-the-rest-api)."
3210
3210
///
3211
-
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.
3211
+
/// OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. The associated user must be a repository admin.
0 commit comments