Skip to content

Commit

Permalink
fix: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Feb 13, 2025
1 parent 88d98d9 commit e343583
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/manager/graphql-reference/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ type GroupNode implements Node {
container_registry: JSONString
scaling_groups: [String]

"""Added in 25.2.0."""
"""Added in 25.3.0."""
registry_quota: BigInt
user_nodes(filter: String, order: String, offset: Int, before: String, after: String, first: Int, last: Int): UserConnection
}
Expand Down Expand Up @@ -2056,13 +2056,13 @@ type Mutations {
"""Added in 25.1.0."""
delete_endpoint_auto_scaling_rule_node(id: String!): DeleteEndpointAutoScalingRuleNode

"""Added in 25.2.0."""
"""Added in 25.3.0."""
create_container_registry_quota(quota: BigInt!, scope_id: ScopeField!): CreateContainerRegistryQuota

"""Added in 25.2.0."""
"""Added in 25.3.0."""
update_container_registry_quota(quota: BigInt!, scope_id: ScopeField!): UpdateContainerRegistryQuota

"""Added in 25.2.0."""
"""Added in 25.3.0."""
delete_container_registry_quota(scope_id: ScopeField!): DeleteContainerRegistryQuota

"""Deprecated since 24.09.0. use `CreateContainerRegistryNode` instead"""
Expand Down Expand Up @@ -2967,19 +2967,19 @@ type DeleteEndpointAutoScalingRuleNode {
msg: String
}

"""Added in 25.2.0."""
"""Added in 25.3.0."""
type CreateContainerRegistryQuota {
ok: Boolean
msg: String
}

"""Added in 25.2.0."""
"""Added in 25.3.0."""
type UpdateContainerRegistryQuota {
ok: Boolean
msg: String
}

"""Added in 25.2.0."""
"""Added in 25.3.0."""
type DeleteContainerRegistryQuota {
ok: Boolean
msg: String
Expand Down

0 comments on commit e343583

Please sign in to comment.