summaryrefslogtreecommitdiff
path: root/res/ari/ari_model_validators.h
diff options
context:
space:
mode:
authorScott Emidy <jemidy@digium.com>2015-08-06 15:18:04 -0500
committerScott Emidy <jemidy@digium.com>2015-08-06 17:43:49 -0500
commitf19c4930c2bd11e8b75ad2c6b4e5ff9d5304edb8 (patch)
treed606ce2af41912f99e3e957884313b228ca6b850 /res/ari/ari_model_validators.h
parentca84a4b2351966c20d2fc8cf24157f2e3d6db643 (diff)
ARI: Deleting log channels
An http request can be sent to delete a log channel in Asterisk. The command "curl -v -u user:pass -X DELETE 'http://localhost:8088 /ari/asterisk/logging/mylog'" can be run in the terminal to access the newly implemented functionally for ARI. * Able to delete log channels using ARI ASTERISK-25252 Change-Id: Id6eeb54ebcc511595f0418d586ff55914bc3aae6
Diffstat (limited to 'res/ari/ari_model_validators.h')
-rw-r--r--res/ari/ari_model_validators.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/ari/ari_model_validators.h b/res/ari/ari_model_validators.h
index fa393448d..b181506d2 100644
--- a/res/ari/ari_model_validators.h
+++ b/res/ari/ari_model_validators.h
@@ -1302,8 +1302,10 @@ ari_validator ast_ari_validate_application_fn(void);
* - attribute: string (required)
* - value: string (required)
* LogChannel
- * - logging_levels: List[string] (required)
+ * - configuration: string (required)
* - name: string (required)
+ * - status: string (required)
+ * - type: string (required)
* Module
* - description: string (required)
* - name: string (required)