For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sign inBook a demo
DocsReferenceChangelog
DocsReferenceChangelog
  • Introduction
    • SDKs
    • Errors
  • Humanloop API
      • GETList For Project
      • GETList For Project
      • GETList
      • POSTCreate
      • GETGet
      • DELDelete
      • PATCHUpdate
      • GETList Configs
      • POSTCreate Feedback Type
      • PATCHUpdate Feedback Types
      • POSTExport
LogoLogo
Sign inBook a demo
Humanloop APIProjects

Update Feedback Types

Deprecated
PATCH
https://api.humanloop.com/v4/projects/:id/feedback-types
PATCH
/v4/projects/:id/feedback-types
$curl -X PATCH https://api.humanloop.com/v4/projects/id/feedback-types \
> -H "X-API-KEY: <apiKey>"
1{
2 "key": "value"
3}

Update feedback types.

WARNING: This endpoint has been decommissioned and no longer works. Please use the v5 Human Evaluators API instead.

Was this page helpful?
Previous

Export

Next
Built with

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

idstringRequired

String ID of project. Starts with pr_.

Response

Successful Response

Errors

422
Projects Update Feedback Types Request Unprocessable Entity Error