Inbox
Update inbox
Update inbox object.
put/api/v1/inboxes/{inboxID}
Path parameters
inboxIDinteger required
ID of the inbox
Request body
Example request
{
"id": 1234,
"name": "Receipts",
"url": "https://example.rossum.app/api/v1/inboxes/1234",
"queues": [
"https://example.rossum.app/api/v1/queues/8199"
],
"email": "east-west-trading-co-a34f3a@example.rossum.app",
"email_prefix": "east-west-trading-co",
"bounce_email_to": "bounces@east-west.com",
"bounce_email_with_no_attachments": true,
"metadata": {
"some_key": "some_value"
},
"filters": {
"allowed_senders": [
"*@rossum.ai",
"john.doe@company.com",
"john.doe@company.??"
],
"denied_senders": [
"spam@*"
],
"document_rejection_conditions": {
"enabled": true,
"resolution_lower_than_px": [
1200,
600
],
"mime_types": [
"image/gif"
]
}
},
"dmarc_check_action": "accept",
"modified_by": "https://example.rossum.app/api/v1/users/10775",
"modified_at": "2021-04-26T10:08:03.856648Z"
}Response
OK
Example response
{
"id": 1234,
"name": "Receipts",
"url": "https://example.rossum.app/api/v1/inboxes/1234",
"queues": [
"https://example.rossum.app/api/v1/queues/8199"
],
"email": "east-west-trading-co-a34f3a@example.rossum.app",
"email_prefix": "east-west-trading-co",
"bounce_email_to": "bounces@east-west.com",
"bounce_email_with_no_attachments": true,
"metadata": {
"some_key": "some_value"
},
"filters": {
"allowed_senders": [
"*@rossum.ai",
"john.doe@company.com",
"john.doe@company.??"
],
"denied_senders": [
"spam@*"
],
"document_rejection_conditions": {
"enabled": true,
"resolution_lower_than_px": [
1200,
600
],
"mime_types": [
"image/gif"
]
}
},
"dmarc_check_action": "accept",
"modified_by": "https://example.rossum.app/api/v1/users/10775",
"modified_at": "2021-04-26T10:08:03.856648Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.