/
/Euler Data API (V3)
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 6h ago · Updated 6h ago
Accounts4
Activity2
APYs3
Auth24
Chains3
Compliance1
Curator2
Earn6
Entities12
EVC1
FeeFlow1
GraphQL2
Health5
Images12
Labeling Curation29
  • getList label sets
  • postCreate or update a label set
  • getList published label versions
  • postPublish current labels
  • postRestore a published label version to the draft
  • getGet draft label version metadata
  • postEnsure a draft label version exists
  • getList curation products
  • postCreate curation product
  • getGet curation product
  • deleteDelete curation product
  • patchUpdate curation product
  • getList curation vault labels
  • postRegister a vault and its initial labels
  • getGet curation vault labels
  • putReplace curation vault labels
  • patchUpdate curation vault labels
  • deleteDelete curation vault labels
  • getList config trust entries
  • postCreate config trust entry
  • deleteDelete config trust entry
  • getList geo policies
  • postCreate geo policy
  • deleteDelete geo policy
  • patchUpdate geo policy
  • getGet EVK vault assessment
  • patchUpdate EVK vault assessment
  • getGet Earn vault assessment
  • patchUpdate Earn vault assessment
Liquidations1
Oracles5
Prices3
Protocol4
PublicAllocator1
Rewards3
TermsOfUse2
Tokens1
Usage1
Vaults22
    Labeling Curation

    Create or update a label set

    Upserts label-set metadata. Platform operators only.

    post/v3/label-sets

    Request body

    idstring required
    namestring required
    descriptionstring nullable

    Response

    Label set created or updated.

    Changes