Custom Settings

This page describes how to set your own internal custom settings in the request data.

You can send additional project information with your request. We allow you to pass data with MAX 300 bytes size.

Custom Object fields

Example in JSON

{
    "custom_obj": {}
}

Last updated