---
title: "Set access policy"
method: PUT
path: "/datadeposits/{projectId}/access_policy"
tags: ["Data deposit", "Project"]
---

# Set access policy

`PUT /datadeposits/{projectId}/access_policy`

Update project access policy options

## Path parameters

- `projectId` integer, required

## Request body

- ProjectAccessPolicy
  - `id` integer
  - `access_policy` 'open' | 'direct' | 'public' | 'licensed' | 'enclave' | 'remote' | 'other' — Select the access policy suitable for your data. * `direct` - Direct access * `public` - Public access * `licensed` - Licensed access, require users to register and submit request for access * `enclave` - Data Enclave * `remote` - Date available from remote repository * `other` - Other
  - `to_catalog` 'internal' | 'external' — Select catalog for publishing the data * `internal` - Internal catalog * `external` -External public catalog
  - `is_embargoed` boolean — Is the data embargoed?
  - `embargoed_notes` string — indicate the terms of the embargo e.g. time period and any other special instructions.
  - `disclosure_risk` string — Safeguarding the identity and privacy of respondents that have provided the data is important. If the data files you are depositing contain any identifying variables (e.g., names, official ID numbers, precise GIS coordinates, etc) or any variables deemed otherwise sensitive in your study setting (e.g., ethnicity, tribe, religion, etc) please list these below so that access to these can be suppressed.
  - `library_notes` string — Notes for the deposit reviewers
  - `cc` string — Enter the email addresses seperated by semicolon(;) of additional people you would like to receive a summary copy of your submission.
  - `created` string, date-time
  - `changed` string, date-time

## Response `200`

successful operation

- ApiResponse
  - `code` integer
  - `type` string
  - `message` string

## Other responses

- `400` — Bad input

---

[API](https://skmtc.net/ihsn/apis/nada.md) · [All operations](https://skmtc.net/ihsn/apis/nada/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ihsn/nada/versions/c5096c6028ba/schema)
