Home › Phonebook & Contacts
Update Phonebook — FarazSMS SMS web service
PUT https://api.iranpayamak.com/ws/v1/phone_book/{id}
Purpose: Rename or change the columns of an existing phonebook.
Auth: header Api-Key (key from the panel, case-sensitive).
Request fields
title(string) — requiredattributes(array) — optional
Example body
{
"title": "updated title",
"attributes": [
1,
3
]
}