---
title: "Update"
method: POST
path: "/api/v1/settings/session"
tags: ["Session Settings"]
---

# Update

`POST /api/v1/settings/session`

Invokes the c1.api.settings.v1.SessionSettingsService.Update method.

## Request body

- C1ApiSettingsV1UpdateSessionSettingsRequest — The UpdateSessionSettingsRequest message.
  - `sessionSettings` C1ApiSettingsV1SessionSettings — The SessionSettings message.
    - `connectorSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `maxSessionLength` string, duration
    - `pccAdminSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `pccUserSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `ssoAdminSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `ssoUserSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
  - `updateMask` string, nullable

## Response `200`

Successful response

- C1ApiSettingsV1UpdateSessionSettingsResponse — The UpdateSessionSettingsResponse message.
  - `sessionSettings` C1ApiSettingsV1SessionSettings — The SessionSettings message.
    - `connectorSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `maxSessionLength` string, duration
    - `pccAdminSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `pccUserSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `ssoAdminSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.
    - `ssoUserSource` C1ApiSettingsV1CIDRRestriction — The CIDRRestriction message.
      - `enabled` boolean — The enabled field.
      - `sourceCidr` string[], nullable — The sourceCidr field.

## Changes

- **2025-04-10** `17f9f3bcedd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/settings/session/post.md)

---

[API](https://skmtc.dev/conductorone/apis/c1-api.md) · [All operations](https://skmtc.dev/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/d8ad3d78289e/schema)
