Update
Designing
PUT
https://api.muhasip.dev/settings/branches/{id}
muhasip
Last modified:2025-05-10 01:58:07
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.muhasip.dev/settings/branches/671bcf1b2bac439c521d2bcc' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"name": "string",
"code": "string",
"variables": {
"key": "string",
"value": "string"
}
}'
Response Response Example
{
"result": [
"string"
]
}
Request
Path Params
id
string
required
Example:
671bcf1b2bac439c521d2bcc
Body Params application/json