Skip to main content

Configs Commit

POST 

https://cloud.agenta.ai/api/variants/configs/commit

Configs Commit

Request

Body

required

    config

    object

    required

    params objectrequired

    url

    object

    anyOf

    string

    application_ref

    object

    anyOf

    slug

    object

    required

    anyOf

    string

    version

    object

    required

    anyOf

    integer

    id

    object

    required

    anyOf

    string

    service_ref

    object

    anyOf

    slug

    object

    required

    anyOf

    string

    version

    object

    required

    anyOf

    integer

    id

    object

    required

    anyOf

    string

    variant_ref

    object

    anyOf

    slug

    object

    required

    anyOf

    string

    version

    object

    required

    anyOf

    integer

    id

    object

    required

    anyOf

    string

    environment_ref

    object

    anyOf

    slug

    object

    required

    anyOf

    string

    version

    object

    required

    anyOf

    integer

    id

    object

    required

    anyOf

    string

    application_lifecycle

    object

    anyOf

    created_at

    object

    anyOf

    string

    updated_at

    object

    anyOf

    string

    updated_by_id

    object

    anyOf

    string

    updated_by

    object

    anyOf

    string

    service_lifecycle

    object

    anyOf

    created_at

    object

    anyOf

    string

    updated_at

    object

    anyOf

    string

    updated_by_id

    object

    anyOf

    string

    updated_by

    object

    anyOf

    string

    variant_lifecycle

    object

    anyOf

    created_at

    object

    anyOf

    string

    updated_at

    object

    anyOf

    string

    updated_by_id

    object

    anyOf

    string

    updated_by

    object

    anyOf

    string

    environment_lifecycle

    object

    anyOf

    created_at

    object

    anyOf

    string

    updated_at

    object

    anyOf

    string

    updated_by_id

    object

    anyOf

    string

    updated_by

    object

    anyOf

    string

Responses

Successful Response

Schema

    params objectrequired

    url

    object

    anyOf

    string

    application_ref

    object

    anyOf

    slug

    object

    required

    anyOf

    string

    version

    object

    required

    anyOf

    integer

    id

    object

    required

    anyOf

    string

    service_ref

    object

    anyOf

    slug

    object

    required

    anyOf

    string

    version

    object

    required

    anyOf

    integer

    id

    object

    required

    anyOf

    string

    variant_ref

    object

    anyOf

    slug

    object

    required

    anyOf

    string

    version

    object

    required

    anyOf

    integer

    id

    object

    required

    anyOf

    string

    environment_ref

    object

    anyOf

    slug

    object

    required

    anyOf

    string

    version

    object

    required

    anyOf

    integer

    id

    object

    required

    anyOf

    string

    application_lifecycle

    object

    anyOf

    created_at

    object

    anyOf

    string

    updated_at

    object

    anyOf

    string

    updated_by_id

    object

    anyOf

    string

    updated_by

    object

    anyOf

    string

    service_lifecycle

    object

    anyOf

    created_at

    object

    anyOf

    string

    updated_at

    object

    anyOf

    string

    updated_by_id

    object

    anyOf

    string

    updated_by

    object

    anyOf

    string

    variant_lifecycle

    object

    anyOf

    created_at

    object

    anyOf

    string

    updated_at

    object

    anyOf

    string

    updated_by_id

    object

    anyOf

    string

    updated_by

    object

    anyOf

    string

    environment_lifecycle

    object

    anyOf

    created_at

    object

    anyOf

    string

    updated_at

    object

    anyOf

    string

    updated_by_id

    object

    anyOf

    string

    updated_by

    object

    anyOf

    string


Request Collapse all
Base URL
https://cloud.agenta.ai/api
Auth
Body required
{
  "config": {
    "params": {},
    "url": "string",
    "application_ref": {
      "slug": "string",
      "version": 0,
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    },
    "service_ref": {
      "slug": "string",
      "version": 0,
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    },
    "variant_ref": {
      "slug": "string",
      "version": 0,
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    },
    "environment_ref": {
      "slug": "string",
      "version": 0,
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    },
    "application_lifecycle": {
      "created_at": "string",
      "updated_at": "string",
      "updated_by_id": "string",
      "updated_by": "string"
    },
    "service_lifecycle": {
      "created_at": "string",
      "updated_at": "string",
      "updated_by_id": "string",
      "updated_by": "string"
    },
    "variant_lifecycle": {
      "created_at": "string",
      "updated_at": "string",
      "updated_by_id": "string",
      "updated_by": "string"
    },
    "environment_lifecycle": {
      "created_at": "string",
      "updated_at": "string",
      "updated_by_id": "string",
      "updated_by": "string"
    }
  }
}
ResponseClear

Click the Send API Request button above and see the response here!