Update Search algorithm


                https://api.ocamba.com/v2/adex/search-algos/{id}
            

Updates an existing Search algorithm object


Name
Description
idstringrequired
Search algorithm id.


Example: 1000055

Name
Description
descriptionstring
A more detailed description of the algorithm. Maximum 2000 characters.


Example: This is my first algorithm.

metadataobject

Name
Description
keystring
Key for the metadata.
Each key must be unique within the metadata object. Maximum 64 characters.


Example: key1

valuestring
Value for the metadata. Maximum 64 characters.


Example: value1

namestring
Name of the algorithm.


Example: example_campaign_algorithm

204 - No Content
Arrow
200 Arrow
{
  "name" : "update name",
  "description": "update desc",
  "metadata": {
    "key1": "value1",
    "key2": "value2",
    "key3": null
  }       
}