Skip to content
代码片段 群组 项目
未验证 提交 df1cb99b 编辑于 作者: Felipe Cardozo's avatar Felipe Cardozo 提交者: GitLab
浏览文件

Merge branch 'dkua1-master-patch-9658' into 'master'

Reflect AiUsageData endpoint is available only for top-level group

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/178262



Merged-by: default avatarFelipe Cardozo <fcardozo@gitlab.com>
Approved-by: default avatarLorena Ciutacu <lciutacu@gitlab.com>
Approved-by: default avatarFelipe Cardozo <fcardozo@gitlab.com>
Reviewed-by: default avatarLorena Ciutacu <lciutacu@gitlab.com>
Co-authored-by: default avatarDaphne Kua <dkua@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -19598,7 +19598,7 @@ Self-hosted LLM servers.
 
### `AiUsageData`
 
Usage data for events stored in the default PostgreSQL database. Data retained for three months. Requires a personal access token. Ultimate with GitLab Duo Enterprise only.
Usage data for events stored in the default PostgreSQL database. Data retained for three months. Requires a personal access token. Endpoint works only on the top-level group. Ultimate with GitLab Duo Enterprise only.
 
#### Fields
 
......@@ -7,7 +7,7 @@ class AiUsageDataType < BaseObject
graphql_name 'AiUsageData'
description "Usage data for events stored in the default PostgreSQL database. " \
"Data retained for three months. Requires a personal access token. " \
"Ultimate with GitLab Duo Enterprise only."
"Endpoint works only on the top-level group. Ultimate with GitLab Duo Enterprise only."
authorize :read_enterprise_ai_analytics
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册