/
MO
modoboa
/
Modoboa API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 35m ago · Updated 3w ago
View markdown
modoboa
Modoboa API
patch
/api/v2/contacts/{id}/
v1
latest
OpenAPI 3.0.3
2026-07-17
226
134
463.9 KB
accessrules
6
account
34
accounts
12
address-books
3
admin
3
alarms
5
aliases
8
armessages
5
attendees
2
capabilities
1
categories
6
contacts
6
get
/api/v2/contacts/
post
/api/v2/contacts/
get
/api/v2/contacts/{id}/
put
/api/v2/contacts/{id}/
delete
/api/v2/contacts/{id}/
patch
/api/v2/contacts/{id}/
credentials
1
domainaliases
6
domains
13
email-providers
8
emails
2
fido
6
identities
3
languages
1
logs
4
mailboxes
2
migrations
3
notifications
1
parameters
8
password_reset
1
relaydomains
6
reset_confirm
1
resources
3
senderaddresses
6
shared-calendars
14
sms_totp
1
statistics
1
theme
1
transports
1
user-calendars
14
webmail
28
contacts
Contact ViewSet.
patch
/api/v2/contacts/{id}/
Path parameters
id
string
required
Request body
PatchedContact
required
Contact serializer.
pk
integer
first_name
string
last_name
string
categories
integer[]
emails
EmailAddress[]
phone_numbers
PhoneNumber[]
company
string
position
string
address
string
zipcode
string
city
string
country
string
state
string
note
string
birth_date
string
date
nullable
display_name
string
Response
Contact
required
Contact serializer.
pk
integer
required
first_name
string
last_name
string
categories
integer[]
emails
EmailAddress[]
required
phone_numbers
PhoneNumber[]
company
string
position
string
address
string
zipcode
string
city
string
country
string
state
string
note
string
birth_date
string
date
nullable
display_name
string