Update Loop Settings

Update your Loop Settings.

Request

HTTP Request

PUT https://api.predicthq.com/v1/loop/settings

Request Headers

HeaderValue

Content-Type

application/json

Request Body

FieldDescription

org_name string

Name to display at the top of the Loop UI for end-users. This defaults to your Org name as per your PredictHQ account, however you can customize it here to make it different. E.g. My Org Name

Response

If successful, the HTTP response code will be 204 No Content.

Examples

curl -X PUT https://api.predicthq.com/v1/loop/settings \
     -H "Accept: application/json" \
     -H "Authorization: Bearer $ACCESS_TOKEN" \
     --data @<(cat <<EOF
    {
        "org_name": "My Org Name"
    }
    EOF
    )

Guides

Below are some guides relevant to this API:

Last updated

© 2024 PredictHQ Ltd