- Auth
- ForgotPassword
- Profile
- Family Members
- Address
- Languages
- Products
- Permissions
- Config
- Appointment Schedule
- Test Tags
- Test Parameters
- Category
- Device
- File
- Appointment
- Reports
- Staff
- Patient
- Notifications
Add Update Master Config
Developing
POST
/api/service/v1/config/master/{key}
Request
Path Params
key
string
required
Body Params application/json
key
string
required
value
string
required
Example
{
"key": "web_version",
"value": "1.1"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://afyahealth.doctodoor.com:5600/api/service/v1/config/master/' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "web_version",
"value": "1.1"
}'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}