Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix: format
  • Loading branch information
mtojek committed Jan 5, 2023
commit 4a38d4044eaaaf4ec37c0860c17f991e23ec8448
16 changes: 14 additions & 2 deletions coderd/apidoc/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4134,16 +4134,22 @@ const docTemplate = `{
1000000000,
60000000000,
3600000000000,
-9223372036854775808,
9223372036854775807,
1,
1000,
1000000,
1000000000,
60000000000,
3600000000000,
-9223372036854775808,
9223372036854775807,
1,
1000,
1000000,
1000000000,
60000000000
60000000000,
3600000000000
],
"x-enum-varnames": [
"minDuration",
Expand All @@ -4170,16 +4176,22 @@ const docTemplate = `{
"Second",
"Minute",
"Hour",
"minDuration",
"maxDuration",
"Nanosecond",
"Microsecond",
"Millisecond",
"Second",
"Minute",
"Hour",
"minDuration",
"maxDuration",
"Nanosecond",
"Microsecond",
"Millisecond",
"Second",
"Minute"
"Minute",
"Hour"
]
}
},
Expand Down
14 changes: 11 additions & 3 deletions coderd/apidoc/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3734,8 +3734,10 @@
60000000000, 3600000000000, -9223372036854775808, 9223372036854775807,
1, 1000, 1000000, 1000000000, 60000000000, 3600000000000,
-9223372036854775808, 9223372036854775807, 1, 1000, 1000000, 1000000000,
60000000000, 3600000000000, 1, 1000, 1000000, 1000000000, 60000000000,
1, 1000, 1000000, 1000000000, 60000000000
60000000000, 3600000000000, -9223372036854775808, 9223372036854775807,
1, 1000, 1000000, 1000000000, 60000000000, 3600000000000,
-9223372036854775808, 9223372036854775807, 1, 1000, 1000000, 1000000000,
60000000000, 3600000000000
],
"x-enum-varnames": [
"minDuration",
Expand All @@ -3762,16 +3764,22 @@
"Second",
"Minute",
"Hour",
"minDuration",
"maxDuration",
"Nanosecond",
"Microsecond",
"Millisecond",
"Second",
"Minute",
"Hour",
"minDuration",
"maxDuration",
"Nanosecond",
"Microsecond",
"Millisecond",
"Second",
"Minute"
"Minute",
"Hour"
]
}
},
Expand Down
6 changes: 6 additions & 0 deletions docs/api/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -4418,13 +4418,19 @@ RegionIDs in range 900-999 are reserved for end users to run their own DERP node
| `*anonymous*` | `1000000000` |
| `*anonymous*` | `60000000000` |
| `*anonymous*` | `3600000000000` |
| `*anonymous*` | `-9223372036854776000` |
| `*anonymous*` | `9223372036854776000` |
| `*anonymous*` | `1` |
| `*anonymous*` | `1000` |
| `*anonymous*` | `1000000` |
| `*anonymous*` | `1000000000` |
| `*anonymous*` | `60000000000` |
| `*anonymous*` | `3600000000000` |
| `*anonymous*` | `-9223372036854776000` |
| `*anonymous*` | `9223372036854776000` |
| `*anonymous*` | `1` |
| `*anonymous*` | `1000` |
| `*anonymous*` | `1000000` |
| `*anonymous*` | `1000000000` |
| `*anonymous*` | `60000000000` |
| `*anonymous*` | `3600000000000` |