Skip to main content

Update Workspace

PUT 

/organizations/:org_id/workspaces/:workspace_id

Update Workspace

Request

Path Parameters

    org_id Org Idrequired
    workspace_id Workspace Idrequired

Body

required
    nameobject
    anyOf

    string

    descriptionobject
    anyOf

    string

    updated_atobject
    anyOf

    string

Responses

Successful Response
Schema
    created_at Created At (string)

    Default value: 2025-05-15 07:35:40.094202+00:00

    updated_at Updated At (string)

    Default value: 2025-05-15 07:35:40.094271+00:00

    id Id (string)required
    name Name (string)required
    descriptionobject
    anyOf

    string

    typeobject

    required

    anyOf

    string

    organization Organization (string)required
    membersobject
    anyOf
  • Array [

  • user

    object

    required

    property name* any

    roles

    object[]

    required

  • Array [

  • role_name WorkspaceRole (string)required

    Possible values: [owner, viewer, editor, evaluator, workspace_admin, deployment_manager]

    role_description

    object

    anyOf

    string

    permissions

    object

    anyOf

  • Array [

  • string

    Possible values: [read_system, view_application, edit_application, create_application, delete_application, create_app_variant, delete_app_variant, modify_variant_configurations, delete_application_variant, run_service, create_secret, view_secret, update_secret, delete_secret, view_app_environment_deployment, edit_app_environment_deployment, create_app_environment_deployment, view_testset, edit_testset, create_testset, delete_testset, view_evaluation, run_evaluations, edit_evaluation, create_evaluation, delete_evaluation, deploy_application, view_workspace, edit_workspace, create_workspace, delete_workspace, modify_user_roles, add_new_user_to_workspace, edit_organization, delete_organization, add_new_user_to_organization, reset_password, view_billing, edit_billing, view_workflows, edit_workflows, view_evaluators, edit_evaluators, view_testsets, edit_testsets, view_annotations, edit_annotations, delete_annotations]

  • ]

  • ]

  • ]

Loading...