Skip to content

Commit 33f328b

Browse files
chore: update api schema dump
Co-authored-by: octodog <[email protected]>
1 parent 2dca36d commit 33f328b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/manager/graphql-reference/schema.graphql

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -734,17 +734,17 @@ type UserNode implements Node {
734734
sudo_session_enabled: Boolean
735735

736736
"""
737-
Added in 25.1.0. The user ID (UID) assigned to processes running inside the container.
737+
Added in 25.2.0. The user ID (UID) assigned to processes running inside the container.
738738
"""
739739
container_uid: Int
740740

741741
"""
742-
Added in 25.1.0. The primary group ID (GID) assigned to processes running inside the container.
742+
Added in 25.2.0. The primary group ID (GID) assigned to processes running inside the container.
743743
"""
744744
container_main_gid: Int
745745

746746
"""
747-
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
747+
Added in 25.2.0. Supplementary group IDs assigned to processes running inside the container.
748748
"""
749749
container_gids: [Int]
750750
}
@@ -852,17 +852,17 @@ type User implements Item {
852852
main_access_key: String
853853

854854
"""
855-
Added in 25.1.0. The user ID (UID) assigned to processes running inside the container.
855+
Added in 25.2.0. The user ID (UID) assigned to processes running inside the container.
856856
"""
857857
container_uid: Int
858858

859859
"""
860-
Added in 25.1.0. The primary group ID (GID) assigned to processes running inside the container.
860+
Added in 25.2.0. The primary group ID (GID) assigned to processes running inside the container.
861861
"""
862862
container_main_gid: Int
863863

864864
"""
865-
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
865+
Added in 25.2.0. Supplementary group IDs assigned to processes running inside the container.
866866
"""
867867
container_gids: [Int]
868868
groups: [UserGroup]
@@ -2163,17 +2163,17 @@ input UserInput {
21632163
sudo_session_enabled: Boolean = false
21642164

21652165
"""
2166-
Added in 25.1.0. The user ID (UID) assigned to processes running inside the container.
2166+
Added in 25.2.0. The user ID (UID) assigned to processes running inside the container.
21672167
"""
21682168
container_uid: Int
21692169

21702170
"""
2171-
Added in 25.1.0. The primary group ID (GID) assigned to processes running inside the container.
2171+
Added in 25.2.0. The primary group ID (GID) assigned to processes running inside the container.
21722172
"""
21732173
container_main_gid: Int
21742174

21752175
"""
2176-
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
2176+
Added in 25.2.0. Supplementary group IDs assigned to processes running inside the container.
21772177
"""
21782178
container_gids: [Int]
21792179
}
@@ -2202,17 +2202,17 @@ input ModifyUserInput {
22022202
main_access_key: String
22032203

22042204
"""
2205-
Added in 25.1.0. The user ID (UID) assigned to processes running inside the container.
2205+
Added in 25.2.0. The user ID (UID) assigned to processes running inside the container.
22062206
"""
22072207
container_uid: Int
22082208

22092209
"""
2210-
Added in 25.1.0. The primary group ID (GID) assigned to processes running inside the container.
2210+
Added in 25.2.0. The primary group ID (GID) assigned to processes running inside the container.
22112211
"""
22122212
container_main_gid: Int
22132213

22142214
"""
2215-
Added in 25.1.0. Supplementary group IDs assigned to processes running inside the container.
2215+
Added in 25.2.0. Supplementary group IDs assigned to processes running inside the container.
22162216
"""
22172217
container_gids: [Int]
22182218
}

0 commit comments

Comments
 (0)