Update Tag
Copied
https://api.ocamba.com/v1/hood/tags/{id}
Copied
https://api.ocamba.com/v1/hood/tags/{id}
Updates the specific Tag by setting the values of the parameters passed. Any parameters not provided will be left unchanged
Name
Descriptionidstringrequired
Unique resource identifier.Example: 12345
Name
Descriptionappsapps
All apps that belongs to the Tag, categorized by type.Apps
Name
Descriptionandroid[ string ]
Array of Android applications. Every item in array must be a valid Android app unique identifier (Package name). Android app names are case sensitive.ios[ string ]
Array of IOS applications. Every item in array must be a valid IOS app unique identifier (Bundle ID). iOS app names are case sensitive.web[ string ]
Array of Web applications. Every item in array must be a fully qualified domain name. Web app names are case insensitive and are sanitized to be lowercase.descriptionstring
The more detailed description of the Tag.Example: This is my first tag.
namestringrequired
The name of the tag, provided by the client.Example: Demo Tag
settingsobjectrequired
Name
Descriptiongeneralobject
Name
Descriptionanalyticsboolean
Example: true
Default: true
consentboolean
Example: true
Default: true
crashlyticsboolean
Example: true
Default: true
include_subdomainsboolean
Example: true
Default: true
pushboolean
Example: true
Default: true
statusstringrequired
The status of the tag. Statuses inactive, pending and disabled are deprecated and will be removed in the future. Prefer using active, verification, rejected or paused.Example: active
Possible values: active verification rejected paused inactive pending disabled
Default: active
204 - No Content
note
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the bid modifier.
2 Web app names are sanitized to be all lowercase.
Android and iOS app names stay the same.
tip
1 If you don't know the Tag 'id', list the Tags to find it.