SIP Credentials
Update SIP Credentials
Updates an existing SIP credentials record.
PUT
Update SIP Credentials
Documentation Index
Fetch the complete documentation index at: https://docs.deepslate.eu/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
ID of the Vendor (UUID)
ID of the Organization (UUID)
ID of the SIP Credentials (UUID)
Body
application/json
Data required to create or update SIP credentials.
Hostname or IP address of the SIP server.
Example:
"sipconnect.sipgate.de"
Port of the SIP server.
Required range:
1 <= x <= 65535Example:
5060
Username for the SIP account.
Example:
"agent001"
Password for the SIP account.
Example:
"strong-password"
Maximum simultaneous agent tasks allowed for these credentials.
Required range:
x >= 1Example:
10
Response
SIP credentials updated successfully
Standard API response wrapper
Update SIP Credentials