mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
feat(site): display version message (#8435)
This commit is contained in:
+5
-3
@@ -3229,15 +3229,17 @@ AuthorizationObject can represent a "set" of objects, such as: all workspaces in
|
||||
|
||||
```json
|
||||
{
|
||||
"message": "string",
|
||||
"name": "string"
|
||||
}
|
||||
```
|
||||
|
||||
### Properties
|
||||
|
||||
| Name | Type | Required | Restrictions | Description |
|
||||
| ------ | ------ | -------- | ------------ | ----------- |
|
||||
| `name` | string | false | | |
|
||||
| Name | Type | Required | Restrictions | Description |
|
||||
| --------- | ------ | -------- | ------------ | ----------- |
|
||||
| `message` | string | false | | |
|
||||
| `name` | string | false | | |
|
||||
|
||||
## codersdk.PatchWorkspaceProxy
|
||||
|
||||
|
||||
@@ -1249,6 +1249,7 @@ curl -X PATCH http://coder-server:8080/api/v2/templateversions/{templateversion}
|
||||
|
||||
```json
|
||||
{
|
||||
"message": "string",
|
||||
"name": "string"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user