Partial Update Postman Authentication Settings
PATCH/targets/:id/postman-authentication/
Manage Postman Authentication settings for a target.
Request
Path Parameters
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
Possible values: <= 255 characters
Postman folder to use for the authentication request.
The maximum length is 255 characters.
Mapping of Postman variables found in the postman folders, which would be used for the authentication request.
Body
Possible values: <= 255 characters
Postman folder to use for the authentication request.
The maximum length is 255 characters.
Mapping of Postman variables found in the postman folders, which would be used for the authentication request.
Body
Possible values: <= 255 characters
Postman folder to use for the authentication request.
The maximum length is 255 characters.
Mapping of Postman variables found in the postman folders, which would be used for the authentication request.
Responses
- 200
- 400
- 401
- 500
- application/json
- Schema
- Example (from schema)
Schema
Possible values: <= 255 characters
Postman folder to use for the authentication request.
The maximum length is 255 characters.
Mapping of Postman variables found in the postman folders, which would be used for the authentication request.
Indicates if Postman authentication is configured for the target.
{
"postman_auth_folder": "string",
"postman_authentication_enabled": true,
"postman_authentication_configured": "string",
"fail_fast": false
}
- application/json
- Schema
- Example (from schema)
Schema
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Unexpected error while handling your request."
}