+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


Runtime configuration (PUT)

Sets the user configuration of a specific runtime.


Description

This transaction can run synchronously or asynchronously. If processed asynchronously, the REST service returns before the transaction is completed. In this case, we can query the transaction result later with the transaction REST service.


Roles

Users in the following roles are authorized to perform this operation:


Method

PUT


Path

/management-apis/2.0/runtimes/runtime-name/config


Example


Path Parameters


Query Parameters

Query parameters are optional.


Consumes

application/json, application/xml, text/xml


Produces

application/json, application/xml, text/xml


Payload


JSON Example


XML Example


Payload Properties

The payload has the following properties:

The adapter-property has the following properties:

The compressthreshold has the following properties:

The analytics-property has the following properties:

The additional package has the following properties:


Response

The configuration of the specified runtime.


JSON Example


XML Example


Response Properties

The response has the following properties:

The transaction has the following properties:

The description has the following properties:

The error has the following properties:

The project has the following properties:


Errors

400

403

404

500

Parent topic: REST API for the MobileFirst Server administration service