PUT
/
custom
/
org
/
{organization_uuid}
curl --request PUT \
  --url https://api.tilt.io/custom/org/{organization_uuid}/ \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "no_hold_tickers": [
    {
      "ticker": "<string>",
      "starts_from": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z"
    }
  ],
  "no_trade_tickers": [
    {
      "ticker": "<string>",
      "starts_from": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z"
    }
  ]
}'
{
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "no_hold_tickers": [
    {
      "ticker": "<string>",
      "starts_from": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z"
    }
  ],
  "no_trade_tickers": [
    {
      "ticker": "<string>",
      "starts_from": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

organization_uuid
string
required

Body

Response

200 - application/json

The response is of type object.