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

    name

    object

    anyOf

    string

    description

    object

    anyOf

    string

    updated_at

    object

    anyOf

    string

Responses

Successful Response

Schema

    created_at Created At (string)

    Default value: 2024-11-20 07:07:31.664723+00:00

    updated_at Updated At (string)

    Default value: 2024-11-20 07:07:31.664833+00:00

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

    description

    object

    anyOf

    string

    type

    object

    required

    anyOf

    string

    organization Organization (string)required

    members

    object

    anyOf

  • Array [

  • user objectrequired

    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, 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]

  • ]

  • ]

  • ]

Loading...