---
title: "PUT /v1/orgs/{org_id}/access/{access_id}"
method: PUT
path: "/v1/orgs/{org_id}/access/{access_id}"
tags: ["Access"]
---

# PUT /v1/orgs/{org_id}/access/{access_id}

`PUT /v1/orgs/{org_id}/access/{access_id}`

Update access for caller and given id.

## Path parameters

- `org_id` string, required
- `access_id` string, required

## Request body

- CoreAccessCreateRequest
  - `id` string
  - `owner` string
  - `resource` string
  - `scope` CoreAccessScope
    - `constraints` CoreScopeConstraint[]
      - `field` string
      - `operator` string
      - `values` string[]
    - `kind` 'lookup_table'
    - `params` object
  - `type` string

## Response `200`

OK

---

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