136
Appendix
Table 11 POST Response Body
Table 12 400 Bad Request Details
Others
•
No parameters
•
Invalid parameters
•
Error in escape
processing
Update failed
400 Bad Request
Response Status
Body
200 OK
{
"message": "Success",
"detail": null,
"description" : < The string for the configuration script that performed escape
processing >
}
400 Bad Request
{
"message": "Invalid Parameter",
"detail": “***”, (see Table 12)
"description" : null
}
413 Request Entity Too Large
{
"message": "Request Entity Too Large",
"detail": null,
"description" : null
}
429 Too Many Requests
{
"message": "You sent too many requests in a given amount of time.",
"detail": null,
"description": null
}
500 Internal Server Error
{
"message": "Failed to update settings",
"detail": “***”, (see Table 13)
"description" : null
}
Case
Body
The correct escape processing is
n o t p e r f o r m e d a t t h e p o i n t
escape processing is needed
{
"message": "Invalid Parameter",
"detail": ”Special characters must be escaped”,
"description" : null
}
Function
POST Parameters
Results
Response