---
title: "Update Postman Authentication Settings"
method: PUT
path: "/targets/{id}/postman-authentication/"
tags: ["Targets"]
---

# Update Postman Authentication Settings

`PUT /targets/{id}/postman-authentication/`

Manage Postman Authentication settings for a target.

## Path parameters

- `id` string, required

## Request body

- PostmanAuthentication
  - `postman_auth_folder` string — Postman folder to use for the authentication request. The maximum length is 255 characters.
  - `postman_auth_var_mapping` unknown
  - `postman_authentication_enabled` boolean
  - `postman_authentication_configured` string, required — Indicates if Postman authentication is configured for the target.
  - `fail_fast` boolean

## Response `200`

- PostmanAuthentication
  - `postman_auth_folder` string — Postman folder to use for the authentication request. The maximum length is 255 characters.
  - `postman_auth_var_mapping` unknown
  - `postman_authentication_enabled` boolean
  - `postman_authentication_configured` string, required — Indicates if Postman authentication is configured for the target.
  - `fail_fast` boolean

## Other responses

- `400`
- `401`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/versions/e29879bff01b/schema)
