---
title: "Update autofollow strategy"
method: PUT
path: "/autofollow/strategies/{strategyid}"
tags: ["Autofollow API"]
---

# Update autofollow strategy

`PUT /autofollow/strategies/{strategyid}`

Update autofollow strategy

## Path parameters

- `strategyid` integer, required

## Request body

- object
  - `strategy` UpdatedStrategy
    - `author` string
    - `name` string
    - `description` string
    - `fulldescription` string
    - `symbols` string
    - `marketname` string
    - `multiposition` integer
    - `limitorder` integer

## Response `200`

Successful operation

- object
  - `result` string

## Other responses

- `500` — Error

---

[API](https://skmtc.net/tradematic/apis/tradematic-api.md) · [All operations](https://skmtc.net/tradematic/apis/tradematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradematic/tradematic-api/revisions/0af5aabcd3d2/schema)
