feat(site): display version message (#8435)

This commit is contained in:
Bruno Quaresma
2023-07-13 10:36:10 -03:00
committed by GitHub
parent 44e25185ff
commit b833861960
23 changed files with 291 additions and 89 deletions
+5 -3
View File
@@ -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
+1
View File
@@ -1249,6 +1249,7 @@ curl -X PATCH http://coder-server:8080/api/v2/templateversions/{templateversion}
```json
{
"message": "string",
"name": "string"
}
```