11.18. getApplicationInformation 获取指定应用程序的信息。 GET /api/v1/app/{client_id} 授权: 路径参数Expand类型Name描述模式 path client_idrequired OAuth 客户端 ID 字符串 Show more响应ExpandHTTP 代码描述模式 200 成功调用 400 错误请求 ApiError 401 需要会话 ApiError 403 未授权访问 ApiError 404 未找到 ApiError Show more示例命令 $ curl -X GET "https://<quay-server.example.com>/api/v1/app/<client_id>" \ -H "Authorization: Bearer <access_token>" 前一个下一个