Let the platform do the work

/Administration/config/:category POST

Overview

[ADMIN] Set Configuration Settings for a Category.

Summary

This endpoint sets configuration values for a given category. This endpoint is only available to administrators.

Request

  POST /Administration/config/:category

 

Response Example

  {
    "a_config": "good"
}

Change Log

Version Change
v11.13 Added Administration/config/:category POST endpoint.

Topics