Update or rename alignment dataAsk AIput https://api.agent700.ai/api/alignment-dataUpdates an alignment data record by key and optionally renames the key.Body ParamsAlignment data update request. Key and value are required. If oldKey is provided and different from key, the record will be renamed (key change). If oldKey is not provided or matches key, the value will be updated. Requires the key (or oldKey) to exist. Requires a valid paid account (payment_required middleware).keystringrequiredvaluestringrequiredoldKeystringExisting key to rename from (optional)Responses 200Alignment data updated 400Key already exists or missing key/value 404Old key not found or key not foundUpdated 2 months ago