Partial Update Account's Postman Settings
PATCH/integrations/postman
Request
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
enabled boolean
client_id string
client_secret string
api_key string
Body
enabled boolean
client_id string
client_secret string
api_key string
Body
enabled boolean
client_id string
client_secret string
api_key string
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
enabled boolean
client_id stringrequired
client_secret stringrequired
api_key stringrequired
{
"enabled": true,
"client_id": "string",
"client_secret": "string",
"api_key": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid JWT."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...