Update docs and CLI upgrade notes (#760)
This commit is contained in:
@@ -1432,6 +1432,58 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/hermes/group-chat/rooms/{roomId}/clear-context": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"Group Chat"
|
||||
],
|
||||
"summary": "Create clear-context",
|
||||
"description": "POST /api/hermes/group-chat/rooms/:roomId/clear-context",
|
||||
"operationId": "createClear-context",
|
||||
"security": [
|
||||
{
|
||||
"BearerAuth": []
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Success"
|
||||
},
|
||||
"400": {
|
||||
"$ref": "#/components/responses/BadRequest"
|
||||
},
|
||||
"401": {
|
||||
"$ref": "#/components/responses/Unauthorized"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/hermes/group-chat/rooms/{roomId}/clone": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"Group Chat"
|
||||
],
|
||||
"summary": "Create clone",
|
||||
"description": "POST /api/hermes/group-chat/rooms/:roomId/clone",
|
||||
"operationId": "createClone",
|
||||
"security": [
|
||||
{
|
||||
"BearerAuth": []
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Success"
|
||||
},
|
||||
"400": {
|
||||
"$ref": "#/components/responses/BadRequest"
|
||||
},
|
||||
"401": {
|
||||
"$ref": "#/components/responses/Unauthorized"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/hermes/group-chat/rooms/{roomId}/compress": {
|
||||
"post": {
|
||||
"tags": [
|
||||
@@ -1811,6 +1863,32 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/hermes/model-alias": {
|
||||
"put": {
|
||||
"tags": [
|
||||
"Models"
|
||||
],
|
||||
"summary": "Update model-alias",
|
||||
"description": "PUT /api/hermes/model-alias",
|
||||
"operationId": "setModelAlias",
|
||||
"security": [
|
||||
{
|
||||
"BearerAuth": []
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Success"
|
||||
},
|
||||
"400": {
|
||||
"$ref": "#/components/responses/BadRequest"
|
||||
},
|
||||
"401": {
|
||||
"$ref": "#/components/responses/Unauthorized"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/hermes/model-context": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -1911,6 +1989,32 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/hermes/model-visibility": {
|
||||
"put": {
|
||||
"tags": [
|
||||
"Models"
|
||||
],
|
||||
"summary": "Update model-visibility",
|
||||
"description": "PUT /api/hermes/model-visibility",
|
||||
"operationId": "setModelVisibility",
|
||||
"security": [
|
||||
{
|
||||
"BearerAuth": []
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Success"
|
||||
},
|
||||
"400": {
|
||||
"$ref": "#/components/responses/BadRequest"
|
||||
},
|
||||
"401": {
|
||||
"$ref": "#/components/responses/Unauthorized"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/hermes/profiles": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -2627,6 +2731,32 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/hermes/skills/usage/stats": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"Skills"
|
||||
],
|
||||
"summary": "Get stats",
|
||||
"description": "GET /api/hermes/skills/usage/stats",
|
||||
"operationId": "usageStats",
|
||||
"security": [
|
||||
{
|
||||
"BearerAuth": []
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Success"
|
||||
},
|
||||
"401": {
|
||||
"$ref": "#/components/responses/Unauthorized"
|
||||
},
|
||||
"404": {
|
||||
"description": "Not found"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/hermes/skills/{*path}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
|
||||
Reference in New Issue
Block a user