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
# Get a list of all API keys from the current project.
101
11
#
102
12
# @param [Array] queries Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: expire, accessedAt, name, scopes
@@ -268,36 +178,6 @@ def delete_key(key_id:)
268
178
)
269
179
end
270
180
271
-
# Update the project labels. Labels can be used to easily filter projects in
272
-
# an organization.
273
-
#
274
-
# @param [Array] labels Array of project labels. Replaces the previous labels. Maximum of 1000 labels are allowed, each up to 36 alphanumeric characters long.
# Labels can be used to grant access to resources. While teams are a way for
679
-
# user's to share access to a resource, labels can be defined by the
680
-
# developer to grant access without an invitation. See the [Permissions
681
-
# docs](https://appwrite.io/docs/permissions) for more info.
682
-
#
683
-
# @param [String] user_id User ID.
684
-
# @param [Array] labels Array of user labels. Replaces the previous labels. Maximum of 1000 labels are allowed, each up to 36 alphanumeric characters long.
0 commit comments