v58

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-036490116.2 KB
Scoring
Rulesets

Update ruleset

put/scoring/rulesets/{rulesetId}

Path parameters

rulesetIdstring required

The unique ID of ruleset

Request body

namestring required

The name of ruleset

descriptionstring

The description of ruleset

Response

Ruleset updated

idstring

The id of ruleset

namestring

The name of ruleset

descriptionstring

The description of ruleset

payloadstring

The ruleset payload

format'GRAVITEE_FEDERATION' | 'GRAVITEE_MESSAGE' | 'GRAVITEE_PROXY' | 'GRAVITEE_NATIVE' | 'GRAVITEE_V2' | 'OPENAPI' | 'ASYNCAPI'

The format of scoring asset

createdAtstring date-time

The date at which the ruleset was created

updatedAtstring date-time

The date at which the ruleset was updated

referenceIdstring

The reference Id of ruleset

referenceType'ENVIRONMENT'

Example response

{
  "createdAt": "2020-01-01T00:00:00Z",
  "updatedAt": "2020-01-01T00:00:00Z"
}