{"schemes":["https","http"],"paths":{"/all-deals":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/all-deals_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["all-deals"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/all-deals"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["all-deals"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/all-deals"}}}}}},"/all-deals/{id}":{"get":{"parameters":[{"description":"ID of all-deals to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/all-deals"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["all-deals"],"security":[]},"put":{"parameters":[{"description":"ID of all-deals to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/all-deals"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["all-deals"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/all-deals"}}}}},"patch":{"parameters":[{"description":"ID of all-deals to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/all-deals"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["all-deals"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/all-deals"}}}}},"delete":{"parameters":[{"description":"ID of all-deals to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/all-deals"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["all-deals"],"security":[]}},"/ab-tests":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ab-tests_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["ab-tests"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ab-tests"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["ab-tests"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ab-tests"}}}}}},"/ab-tests/{id}":{"get":{"parameters":[{"description":"ID of ab-tests to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ab-tests"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["ab-tests"],"security":[]},"put":{"parameters":[{"description":"ID of ab-tests to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ab-tests"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["ab-tests"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ab-tests"}}}}},"patch":{"parameters":[{"description":"ID of ab-tests to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ab-tests"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["ab-tests"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ab-tests"}}}}},"delete":{"parameters":[{"description":"ID of ab-tests to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ab-tests"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["ab-tests"],"security":[]}},"/accounts/{id}/exchanges":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["accounts"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["accounts"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/accounts/{id}/exchanges/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["accounts"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["accounts"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["accounts"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["accounts"],"security":[]}},"/me/accounts":{"get":{"parameters":[],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/accounts_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Get logged in user data from session","summary":"","tags":["users"],"security":[]}},"/ad-campaigns":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ad-campaigns_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["ad-campaigns"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ad-campaigns"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["ad-campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ad-campaigns"}}}}}},"/ad-campaigns/{id}":{"get":{"parameters":[{"description":"ID of ad-campaigns to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ad-campaigns"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["ad-campaigns"],"security":[]},"put":{"parameters":[{"description":"ID of ad-campaigns to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ad-campaigns"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["ad-campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ad-campaigns"}}}}},"patch":{"parameters":[{"description":"ID of ad-campaigns to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ad-campaigns"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["ad-campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ad-campaigns"}}}}},"delete":{"parameters":[{"description":"ID of ad-campaigns to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ad-campaigns"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["ad-campaigns"],"security":[]}},"/agencies/{id}/exchanges":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["agencies"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["agencies"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/agencies/{id}/exchanges/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["agencies"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["agencies"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["agencies"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["agencies"],"security":[]}},"/algorithms":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/algorithms_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["algorithms"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/algorithms"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["algorithms"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/algorithms"}}}}}},"/algorithms/{id}":{"get":{"parameters":[{"description":"ID of algorithms to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/algorithms"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["algorithms"],"security":[]},"put":{"parameters":[{"description":"ID of algorithms to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/algorithms"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["algorithms"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/algorithms"}}}}},"patch":{"parameters":[{"description":"ID of algorithms to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/algorithms"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["algorithms"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/algorithms"}}}}},"delete":{"parameters":[{"description":"ID of algorithms to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/algorithms"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["algorithms"],"security":[]}},"/audiences/activity":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["audiences"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity"}}}}}},"/audiences/activity/{id}":{"get":{"parameters":[{"description":"ID of activity to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["audiences"],"security":[]},"put":{"parameters":[{"description":"ID of activity to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity"}}}}},"patch":{"parameters":[{"description":"ID of activity to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity"}}}}},"delete":{"parameters":[{"description":"ID of activity to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["audiences"],"security":[]}},"/audiences/activity-new":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity-new_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["audiences"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity-new"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity-new"}}}}}},"/audiences/activity-new/{id}":{"get":{"parameters":[{"description":"ID of activity-new to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity-new"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["audiences"],"security":[]},"put":{"parameters":[{"description":"ID of activity-new to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity-new"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity-new"}}}}},"patch":{"parameters":[{"description":"ID of activity-new to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity-new"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity-new"}}}}},"delete":{"parameters":[{"description":"ID of activity-new to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/activity-new"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["audiences"],"security":[]}},"/all-audiences":{"get":{"parameters":[{"in":"path","name":"type","description":"The type of audience you want","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/audiences_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["all-audiences"],"security":[]}},"/bi-dashboards":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/bi-dashboards_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["bi-dashboards"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/bi-dashboards"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["bi-dashboards"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bi-dashboards"}}}}}},"/bi-dashboards/{id}":{"get":{"parameters":[{"description":"ID of bi-dashboards to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/bi-dashboards"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["bi-dashboards"],"security":[]},"put":{"parameters":[{"description":"ID of bi-dashboards to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/bi-dashboards"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["bi-dashboards"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bi-dashboards"}}}}},"patch":{"parameters":[{"description":"ID of bi-dashboards to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/bi-dashboards"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["bi-dashboards"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bi-dashboards"}}}}},"delete":{"parameters":[{"description":"ID of bi-dashboards to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/bi-dashboards"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["bi-dashboards"],"security":[]}},"/campaigns/{id}/reset-budget":{"post":{"parameters":[{"in":"path","name":"id","example":"1","type":"integer"}],"responses":{"201":{"description":"Reseted campaign","schema":{"$ref":"#/definitions/budget_reset"}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Returns the reseted campaign","summary":"","tags":["campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/bundles":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/bundles_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["bundles"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/bundles"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["bundles"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bundles"}}}}}},"/bundles/{id}":{"get":{"parameters":[{"description":"ID of bundles to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/bundles"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["bundles"],"security":[]},"put":{"parameters":[{"description":"ID of bundles to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/bundles"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["bundles"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bundles"}}}}},"patch":{"parameters":[{"description":"ID of bundles to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/bundles"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["bundles"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/bundles"}}}}},"delete":{"parameters":[{"description":"ID of bundles to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/bundles"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["bundles"],"security":[]}},"/bundles/{id}/skan-dimensions":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["bundles"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["bundles"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/bundles/{id}/skan-dimensions/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["bundles"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["bundles"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["bundles"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["bundles"],"security":[]}},"/campaigns/{id}/clone":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["campaigns"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/campaigns/{id}/clone/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["campaigns"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["campaigns"],"security":[]}},"/campaigns/{id}/budget":{"get":{"parameters":[{"in":"path","name":"id","required":true,"description":"The campaign id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaign_budget"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["campaigns"],"security":[]}},"/campaigns/{id}/history":{"get":{"parameters":[{"in":"path","name":"id","required":true,"description":"The campaign id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaign_history"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["campaigns"],"security":[]}},"/campaigns/{id}/delivery":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["campaigns"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/campaigns/{id}/delivery/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["campaigns"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["campaigns"],"security":[]}},"/campaigns":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaigns_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["campaigns"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaigns"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaigns"}}}}}},"/campaigns/{id}":{"get":{"parameters":[{"description":"ID of campaigns to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaigns"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["campaigns"],"security":[]},"put":{"parameters":[{"description":"ID of campaigns to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaigns"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaigns"}}}}},"patch":{"parameters":[{"description":"ID of campaigns to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaigns"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["campaigns"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaigns"}}}}},"delete":{"parameters":[{"description":"ID of campaigns to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/campaigns"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["campaigns"],"security":[]}},"/carriers":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/carriers_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/carriers"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/carriers"}}}}}},"/carriers/{id}":{"get":{"parameters":[{"description":"ID of carriers to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/carriers"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"description":"ID of carriers to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/carriers"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/carriers"}}}}},"patch":{"parameters":[{"description":"ID of carriers to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/carriers"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/carriers"}}}}},"delete":{"parameters":[{"description":"ID of carriers to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/carriers"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/categories":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/categories_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/categories"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/categories"}}}}}},"/categories/{id}":{"get":{"parameters":[{"description":"ID of categories to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/categories"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"description":"ID of categories to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/categories"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/categories"}}}}},"patch":{"parameters":[{"description":"ID of categories to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/categories"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/categories"}}}}},"delete":{"parameters":[{"description":"ID of categories to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/categories"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/cities":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/cities_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["cities"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/cities"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["cities"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cities"}}}}}},"/cities/{id}":{"get":{"parameters":[{"description":"ID of cities to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/cities"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["cities"],"security":[]},"put":{"parameters":[{"description":"ID of cities to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/cities"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["cities"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cities"}}}}},"patch":{"parameters":[{"description":"ID of cities to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/cities"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["cities"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cities"}}}}},"delete":{"parameters":[{"description":"ID of cities to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/cities"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["cities"],"security":[]}},"/creatives/{id}/clone":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["creatives"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["creatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/creatives/{id}/clone/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["creatives"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["creatives"],"security":[]}},"/folders/{id}/clone":{"post":{"parameters":[{"type":"object","in":"body","name":"body","required":true,"properties":{"name":{"type":"string","example":"Cloned folder"}}},{"in":"path","name":"id","required":true,"description":"The ID of the folder to clone","schema":{"type":"integer"}}],"responses":{"200":{"description":"Return created folder","schema":{"$ref":"#/definitions/folders"}}},"description":"Clone a folder","summary":"","tags":["folders"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lines/{lineId}/content-targeting":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}}},"/lines/{lineId}/content-targeting/{id}":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"patch":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"delete":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/content-ratings":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/content-ratings_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["content-ratings"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/content-ratings"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["content-ratings"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/content-ratings"}}}}}},"/content-ratings/{id}":{"get":{"parameters":[{"description":"ID of content-ratings to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/content-ratings"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["content-ratings"],"security":[]},"put":{"parameters":[{"description":"ID of content-ratings to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/content-ratings"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["content-ratings"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/content-ratings"}}}}},"patch":{"parameters":[{"description":"ID of content-ratings to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/content-ratings"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["content-ratings"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/content-ratings"}}}}},"delete":{"parameters":[{"description":"ID of content-ratings to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/content-ratings"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["content-ratings"],"security":[]}},"/creative-url-groups":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creative-url-groups_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["creative-url-groups"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creative-url-groups"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["creative-url-groups"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creative-url-groups"}}}}}},"/creative-url-groups/{id}":{"get":{"parameters":[{"description":"ID of creative-url-groups to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creative-url-groups"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["creative-url-groups"],"security":[]},"put":{"parameters":[{"description":"ID of creative-url-groups to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creative-url-groups"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creative-url-groups"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creative-url-groups"}}}}},"patch":{"parameters":[{"description":"ID of creative-url-groups to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creative-url-groups"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creative-url-groups"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creative-url-groups"}}}}},"delete":{"parameters":[{"description":"ID of creative-url-groups to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creative-url-groups"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["creative-url-groups"],"security":[]}},"/creatives":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["creatives"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["creatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives"}}}}}},"/creatives/{id}":{"get":{"parameters":[{"description":"ID of creatives to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["creatives"],"security":[]},"put":{"parameters":[{"description":"ID of creatives to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives"}}}}},"patch":{"parameters":[{"description":"ID of creatives to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives"}}}}},"delete":{"parameters":[{"description":"ID of creatives to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["creatives"],"security":[]}},"/creatives-source-files-groups":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-groups_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["creatives-source-files-groups"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-groups"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["creatives-source-files-groups"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-groups"}}}}}},"/creatives-source-files-groups/{id}":{"get":{"parameters":[{"description":"ID of creatives-source-files-groups to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-groups"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["creatives-source-files-groups"],"security":[]},"put":{"parameters":[{"description":"ID of creatives-source-files-groups to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-groups"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives-source-files-groups"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-groups"}}}}},"patch":{"parameters":[{"description":"ID of creatives-source-files-groups to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-groups"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives-source-files-groups"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-groups"}}}}},"delete":{"parameters":[{"description":"ID of creatives-source-files-groups to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-groups"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["creatives-source-files-groups"],"security":[]}},"/creatives-source-files/{id}/analyzer":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["creatives-source-files"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["creatives-source-files"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/creatives-source-files/{id}/analyzer/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["creatives-source-files"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives-source-files"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives-source-files"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["creatives-source-files"],"security":[]}},"/creatives-source-files":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["creatives-source-files"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["creatives-source-files"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files"}}}}}},"/creatives-source-files/{id}":{"get":{"parameters":[{"description":"ID of creatives-source-files to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["creatives-source-files"],"security":[]},"put":{"parameters":[{"description":"ID of creatives-source-files to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives-source-files"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files"}}}}},"patch":{"parameters":[{"description":"ID of creatives-source-files to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives-source-files"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files"}}}}},"delete":{"parameters":[{"description":"ID of creatives-source-files to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["creatives-source-files"],"security":[]}},"/creatives-source-files-upload":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-upload_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["creatives-source-files-upload"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-upload"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["creatives-source-files-upload"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-upload"}}}}}},"/creatives-source-files-upload/{id}":{"get":{"parameters":[{"description":"ID of creatives-source-files-upload to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-upload"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["creatives-source-files-upload"],"security":[]},"put":{"parameters":[{"description":"ID of creatives-source-files-upload to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-upload"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives-source-files-upload"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-upload"}}}}},"patch":{"parameters":[{"description":"ID of creatives-source-files-upload to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-upload"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives-source-files-upload"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-upload"}}}}},"delete":{"parameters":[{"description":"ID of creatives-source-files-upload to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/creatives-source-files-upload"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["creatives-source-files-upload"],"security":[]}},"/me/notifications":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/notifications_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["external"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/notifications"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["external"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/notifications"}}}}}},"/me/notifications/{id}":{"get":{"parameters":[{"description":"ID of notifications to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/notifications"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["external"],"security":[]},"put":{"parameters":[{"description":"ID of notifications to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/notifications"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["external"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/notifications"}}}}},"patch":{"parameters":[{"description":"ID of notifications to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/notifications"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["external"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/notifications"}}}}},"delete":{"parameters":[{"description":"ID of notifications to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/notifications"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["external"],"security":[]}},"/device-capabilities":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-capabilities_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["device-capabilities"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-capabilities"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["device-capabilities"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-capabilities"}}}}}},"/device-capabilities/{id}":{"get":{"parameters":[{"description":"ID of device-capabilities to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-capabilities"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["device-capabilities"],"security":[]},"put":{"parameters":[{"description":"ID of device-capabilities to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-capabilities"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["device-capabilities"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-capabilities"}}}}},"patch":{"parameters":[{"description":"ID of device-capabilities to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-capabilities"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["device-capabilities"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-capabilities"}}}}},"delete":{"parameters":[{"description":"ID of device-capabilities to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-capabilities"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["device-capabilities"],"security":[]}},"/device-models":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-models_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["device-models"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-models"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["device-models"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-models"}}}}}},"/device-models/{id}":{"get":{"parameters":[{"description":"ID of device-models to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-models"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["device-models"],"security":[]},"put":{"parameters":[{"description":"ID of device-models to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-models"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["device-models"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-models"}}}}},"patch":{"parameters":[{"description":"ID of device-models to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-models"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["device-models"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-models"}}}}},"delete":{"parameters":[{"description":"ID of device-models to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-models"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["device-models"],"security":[]}},"/device-languages":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-languages_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["device-languages"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-languages"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["device-languages"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-languages"}}}}}},"/device-languages/{id}":{"get":{"parameters":[{"description":"ID of device-languages to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-languages"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["device-languages"],"security":[]},"put":{"parameters":[{"description":"ID of device-languages to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-languages"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["device-languages"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-languages"}}}}},"patch":{"parameters":[{"description":"ID of device-languages to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-languages"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["device-languages"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-languages"}}}}},"delete":{"parameters":[{"description":"ID of device-languages to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-languages"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["device-languages"],"security":[]}},"/lists/{id}/device-capabilities":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/device-capabilities/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/lists/{id}/deals":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/deals/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/device-os":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-os_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["device-os"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-os"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["device-os"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-os"}}}}}},"/device-os/{id}":{"get":{"parameters":[{"description":"ID of device-os to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-os"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["device-os"],"security":[]},"put":{"parameters":[{"description":"ID of device-os to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-os"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["device-os"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-os"}}}}},"patch":{"parameters":[{"description":"ID of device-os to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-os"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["device-os"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-os"}}}}},"delete":{"parameters":[{"description":"ID of device-os to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/device-os"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["device-os"],"security":[]}},"/lines/{id}/devices-targeting/{lineId}":{"get":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"the line id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"patch":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"the line id","schema":{"type":"integer"}},{"in":"body","name":"body","required":true,"schema":{"title":"DevicesTargeting","description":"DevicesTargeting database.","uniqueItemProperties":[],"properties":{"lineId":{"type":"integer","allowNull":false,"primaryKey":true,"autoIncrement":true,"description":"The id of the line."},"skadVtaMandatory":{"type":"boolean"},"skadNetwork":{"type":"string"},"connectionType":{"type":"string"},"trafficType":{"type":"string"},"languages":{"type":"array"},"adPositions":{"type":"array"},"osVersionRanges":{"type":["object","null"],"additionalProperties":{"type":"object","allowNull":true,"properties":{"minOsVersion":{"type":["integer","null"]},"maxOsVersion":{"type":["integer","null"]}},"additionalProperties":false}},"skadVersions":{"type":"array"},"devices":{"type":"array"},"browsers":{"type":"array"},"carriers":{"type":"object","properties":{"allowList":{"type":"array"},"denyList":{"type":"array"}}},"deviceModels":{"type":"object","properties":{"allowList":{"type":"array"},"denyList":{"type":"array"}}},"lineRequestFilter":{"type":"object","allowNull":false,"additionalProperties":false,"properties":{"deviceIdRestrictions":{"type":"string","enum":["ANY","DEVICE_ID","NO_DEVICE_ID"],"allowNull":false},"minBid":{"type":"number","minimum":0,"allowNull":false},"targetingAccuracy":{"type":"string","enum":["ANY","NARROW","WIDE"],"allowNull":false},"sdkTraffic":{"type":"string","enum":["ANY","SDK","NON_SDK"],"allowNull":false},"assetType":{"type":"string","enum":["ANY","STATIC","VIDEO"],"allowNull":false}}},"skippability":{"type":"object","properties":{"nonSkippable":{"type":"boolean"},"skippable":{"type":"boolean"},"unknown":{"type":"boolean"}},"required":["nonSkippable","skippable","unknown"]},"rewarded":{"type":["string","null"],"enum":["non-rewarded","none","rewarded"]},"interstitial":{"type":["string","null"],"enum":["non-interstitial","none","interstitial"]},"placementIds":{"type":"array","items":{"type":"integer","minimum":1},"allowNull":false,"uniqueItems":true,"minItems":0,"errorMessage":"placementIds must be an array of unique integers greater than 0"},"frequencyCapping":{"type":"object","additionalProperties":false,"properties":{"hits":{"example":1,"type":"number","minimum":0,"maximum":255},"period":{"example":6,"type":"number","multipleOf":0.01,"minimum":0,"maximum":168,"errorMessage":{"minimum":"must be greater than or equal to 0.01","maximum":"must be less than or equal to 168","multipleOf":"must have two decimal places at most","type":"must be a number"}},"propagateFrequencyCapping":{"type":"boolean","default":false},"mode":{"type":"string","enum":["deterministic","probabilistic"]}}},"if":{"properties":{"period":{"const":0}}},"then":{"properties":{"hits":{"const":0}},"errorMessage":{"properties":{"hits":"hits must be 0 if period is 0"}}},"else":{"properties":{"period":{"minimum":0.01}},"errorMessage":{"properties":{"period":"must be greater than or equal to 0.01"}}}}}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lDevicesTargeting"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lDevicesTargeting"}}}}}},"/lines/{id}/devices-targeting":{"post":{"parameters":[{"in":"body","name":"body","required":true,"schema":{"title":"DevicesTargeting","description":"DevicesTargeting database.","uniqueItemProperties":[],"properties":{"lineId":{"type":"integer","allowNull":false,"primaryKey":true,"autoIncrement":true,"description":"The id of the line."},"skadVtaMandatory":{"type":"boolean"},"skadNetwork":{"type":"string"},"connectionType":{"type":"string"},"trafficType":{"type":"string"},"languages":{"type":"array"},"adPositions":{"type":"array"},"osVersionRanges":{"type":["object","null"],"additionalProperties":{"type":"object","allowNull":true,"properties":{"minOsVersion":{"type":["integer","null"]},"maxOsVersion":{"type":["integer","null"]}},"additionalProperties":false}},"skadVersions":{"type":"array"},"devices":{"type":"array"},"browsers":{"type":"array"},"carriers":{"type":"object","properties":{"allowList":{"type":"array"},"denyList":{"type":"array"}}},"deviceModels":{"type":"object","properties":{"allowList":{"type":"array"},"denyList":{"type":"array"}}},"lineRequestFilter":{"type":"object","allowNull":false,"additionalProperties":false,"properties":{"deviceIdRestrictions":{"type":"string","enum":["ANY","DEVICE_ID","NO_DEVICE_ID"],"allowNull":false},"minBid":{"type":"number","minimum":0,"allowNull":false},"targetingAccuracy":{"type":"string","enum":["ANY","NARROW","WIDE"],"allowNull":false},"sdkTraffic":{"type":"string","enum":["ANY","SDK","NON_SDK"],"allowNull":false},"assetType":{"type":"string","enum":["ANY","STATIC","VIDEO"],"allowNull":false}}},"skippability":{"type":"object","properties":{"nonSkippable":{"type":"boolean"},"skippable":{"type":"boolean"},"unknown":{"type":"boolean"}},"required":["nonSkippable","skippable","unknown"]},"rewarded":{"type":["string","null"],"enum":["non-rewarded","none","rewarded"]},"interstitial":{"type":["string","null"],"enum":["non-interstitial","none","interstitial"]},"placementIds":{"type":"array","items":{"type":"integer","minimum":1},"allowNull":false,"uniqueItems":true,"minItems":0,"errorMessage":"placementIds must be an array of unique integers greater than 0"},"frequencyCapping":{"type":"object","additionalProperties":false,"properties":{"hits":{"example":1,"type":"number","minimum":0,"maximum":255},"period":{"example":6,"type":"number","multipleOf":0.01,"minimum":0,"maximum":168,"errorMessage":{"minimum":"must be greater than or equal to 0.01","maximum":"must be less than or equal to 168","multipleOf":"must have two decimal places at most","type":"must be a number"}},"propagateFrequencyCapping":{"type":"boolean","default":false},"mode":{"type":"string","enum":["deterministic","probabilistic"]}}},"if":{"properties":{"period":{"const":0}}},"then":{"properties":{"hits":{"const":0}},"errorMessage":{"properties":{"hits":"hits must be 0 if period is 0"}}},"else":{"properties":{"period":{"minimum":0.01}},"errorMessage":{"properties":{"period":"must be greater than or equal to 0.01"}}}}}}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/devices-targeting":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/devices-targeting_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["devices-targeting"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/devices-targeting"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["devices-targeting"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/devices-targeting"}}}}}},"/devices-targeting/{id}":{"get":{"parameters":[{"description":"ID of devices-targeting to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/devices-targeting"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["devices-targeting"],"security":[]},"put":{"parameters":[{"description":"ID of devices-targeting to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/devices-targeting"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["devices-targeting"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/devices-targeting"}}}}},"patch":{"parameters":[{"description":"ID of devices-targeting to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/devices-targeting"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["devices-targeting"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/devices-targeting"}}}}},"delete":{"parameters":[{"description":"ID of devices-targeting to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/devices-targeting"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["devices-targeting"],"security":[]}},"/events-mappings":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["events-mappings"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["events-mappings"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings"}}}}}},"/events-mappings/{id}":{"get":{"parameters":[{"description":"ID of events-mappings to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["events-mappings"],"security":[]},"put":{"parameters":[{"description":"ID of events-mappings to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["events-mappings"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings"}}}}},"patch":{"parameters":[{"description":"ID of events-mappings to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["events-mappings"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings"}}}}},"delete":{"parameters":[{"description":"ID of events-mappings to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["events-mappings"],"security":[]}},"/events-mappings-download":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings-download_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["events-mappings-download"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings-download"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["events-mappings-download"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings-download"}}}}}},"/events-mappings-download/{id}":{"get":{"parameters":[{"description":"ID of events-mappings-download to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings-download"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["events-mappings-download"],"security":[]},"put":{"parameters":[{"description":"ID of events-mappings-download to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings-download"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["events-mappings-download"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings-download"}}}}},"patch":{"parameters":[{"description":"ID of events-mappings-download to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings-download"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["events-mappings-download"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings-download"}}}}},"delete":{"parameters":[{"description":"ID of events-mappings-download to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/events-mappings-download"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["events-mappings-download"],"security":[]}},"/exchanges":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/exchanges_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["exchanges"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/exchanges"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["exchanges"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exchanges"}}}}}},"/exchanges/{id}":{"get":{"parameters":[{"description":"ID of exchanges to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/exchanges"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["exchanges"],"security":[]},"put":{"parameters":[{"description":"ID of exchanges to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/exchanges"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["exchanges"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exchanges"}}}}},"patch":{"parameters":[{"description":"ID of exchanges to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/exchanges"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["exchanges"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exchanges"}}}}},"delete":{"parameters":[{"description":"ID of exchanges to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/exchanges"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["exchanges"],"security":[]}},"/folders":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/folders_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["folders"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/folders"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["folders"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/folders"}}}}}},"/folders/{id}":{"get":{"parameters":[{"description":"ID of folders to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/folders"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["folders"],"security":[]},"put":{"parameters":[{"description":"ID of folders to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/folders"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["folders"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/folders"}}}}},"patch":{"parameters":[{"description":"ID of folders to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/folders"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["folders"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/folders"}}}}},"delete":{"parameters":[{"description":"ID of folders to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/folders"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["folders"],"security":[]}},"/folders/{folderId}/campaigns/{campaignId}":{"get":{"parameters":[{"in":"path","name":"folderId","schema":{"type":"string"},"required":true,"description":"folderId parameter"},{"in":"path","name":"campaignId","schema":{"type":"string"},"required":true,"description":"campaignId parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:folderId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["folders"],"security":[]},"post":{"parameters":[{"in":"path","name":"folderId","schema":{"type":"string"},"required":true,"description":"folderId parameter"},{"in":"path","name":"campaignId","schema":{"type":"string"},"required":true,"description":"campaignId parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:folderId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["folders"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:folderId"}}}}}},"/folders/{folderId}/campaigns/{campaignId}/{id}":{"get":{"parameters":[{"in":"path","name":"folderId","schema":{"type":"string"},"required":true,"description":"folderId parameter"},{"in":"path","name":"campaignId","schema":{"type":"string"},"required":true,"description":"campaignId parameter"},{"description":"ID of :folderId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:folderId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["folders"],"security":[]},"put":{"parameters":[{"in":"path","name":"folderId","schema":{"type":"string"},"required":true,"description":"folderId parameter"},{"in":"path","name":"campaignId","schema":{"type":"string"},"required":true,"description":"campaignId parameter"},{"description":"ID of :folderId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:folderId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["folders"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:folderId"}}}}},"patch":{"parameters":[{"in":"path","name":"folderId","schema":{"type":"string"},"required":true,"description":"folderId parameter"},{"in":"path","name":"campaignId","schema":{"type":"string"},"required":true,"description":"campaignId parameter"},{"description":"ID of :folderId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:folderId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["folders"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:folderId"}}}}},"delete":{"parameters":[{"in":"path","name":"folderId","schema":{"type":"string"},"required":true,"description":"folderId parameter"},{"in":"path","name":"campaignId","schema":{"type":"string"},"required":true,"description":"campaignId parameter"},{"description":"ID of :folderId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:folderId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["folders"],"security":[]}},"/creatives/{creativeId}/campaigns/{campaignId}":{"get":{"parameters":[{"in":"path","name":"creativeId","schema":{"type":"string"},"required":true,"description":"creativeId parameter"},{"in":"path","name":"campaignId","schema":{"type":"string"},"required":true,"description":"campaignId parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:creativeId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["creatives"],"security":[]},"post":{"parameters":[{"in":"path","name":"creativeId","schema":{"type":"string"},"required":true,"description":"creativeId parameter"},{"in":"path","name":"campaignId","schema":{"type":"string"},"required":true,"description":"campaignId parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:creativeId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["creatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:creativeId"}}}}}},"/creatives/{creativeId}/campaigns/{campaignId}/{id}":{"get":{"parameters":[{"in":"path","name":"creativeId","schema":{"type":"string"},"required":true,"description":"creativeId parameter"},{"in":"path","name":"campaignId","schema":{"type":"string"},"required":true,"description":"campaignId parameter"},{"description":"ID of :creativeId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:creativeId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["creatives"],"security":[]},"put":{"parameters":[{"in":"path","name":"creativeId","schema":{"type":"string"},"required":true,"description":"creativeId parameter"},{"in":"path","name":"campaignId","schema":{"type":"string"},"required":true,"description":"campaignId parameter"},{"description":"ID of :creativeId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:creativeId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:creativeId"}}}}},"patch":{"parameters":[{"in":"path","name":"creativeId","schema":{"type":"string"},"required":true,"description":"creativeId parameter"},{"in":"path","name":"campaignId","schema":{"type":"string"},"required":true,"description":"campaignId parameter"},{"description":"ID of :creativeId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:creativeId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:creativeId"}}}}},"delete":{"parameters":[{"in":"path","name":"creativeId","schema":{"type":"string"},"required":true,"description":"creativeId parameter"},{"in":"path","name":"campaignId","schema":{"type":"string"},"required":true,"description":"campaignId parameter"},{"description":"ID of :creativeId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:creativeId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["creatives"],"security":[]}},"/inventory-scan-restart":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/inventory-scan-restart_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["inventory-scan-restart"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/inventory-scan-restart"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["inventory-scan-restart"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/inventory-scan-restart"}}}}}},"/inventory-scan-restart/{id}":{"get":{"parameters":[{"description":"ID of inventory-scan-restart to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/inventory-scan-restart"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["inventory-scan-restart"],"security":[]},"put":{"parameters":[{"description":"ID of inventory-scan-restart to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/inventory-scan-restart"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["inventory-scan-restart"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/inventory-scan-restart"}}}}},"patch":{"parameters":[{"description":"ID of inventory-scan-restart to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/inventory-scan-restart"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["inventory-scan-restart"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/inventory-scan-restart"}}}}},"delete":{"parameters":[{"description":"ID of inventory-scan-restart to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/inventory-scan-restart"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["inventory-scan-restart"],"security":[]}},"/lists/{id}/ip-ranges":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/ip-ranges/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/lists/{id}/ip-ranges-upload":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/ip-ranges-upload/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/lines/{lineId}/algorithms":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}}},"/lines/{lineId}/algorithms/{lineId}":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"lineId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"lineId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"patch":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"lineId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"delete":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"lineId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/lines/{id}/core/{lineId}":{"get":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"the line id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"patch":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"the line id","schema":{"type":"integer"}},{"in":"body","name":"body","required":true,"schema":{"title":"LineCore","description":"LineCore database.","uniqueItemProperties":[],"properties":{"name":{"type":"string","maxLength":255,"allowNull":false},"label1":{"type":["string","null"],"maxLength":50,"allowNull":true},"label2":{"type":["string","null"],"maxLength":50,"allowNull":true},"label3":{"type":["string","null"],"maxLength":50,"allowNull":true},"label4":{"type":["string","null"],"maxLength":50,"allowNull":true},"status":{"type":"string","allowNull":false,"enum":["Active","Paused"]},"category":{"type":"string","allowNull":false,"description":"IAB category describing line","example":["IAB8-1"],"minLength":1,"maxLength":10},"domain":{"type":"string","format":"hostname","description":"Top level domain of the advertiser. This is only used by the publishers to identify their advertisers","maxLength":255,"minLength":3,"example":"foo.com","pattern":"^(?!www\\.)[-a-zA-Z0-9@:%._+~#=]{2,256}\\.[a-zA-Z]{2,25}$"},"effectiveLandingUrl":{"type":["string","null"],"allowNull":true,"faker":"internet.url"},"appBundle":{"type":["string","null"],"maxLength":255},"schedule":{"type":"object","properties":{"startDate":{"type":"string","allowNull":false},"endDate":{"type":"string","allowNull":false}},"allowNull":false},"trackingGroupId":{"type":["number","null"],"allowNull":true},"auditStatus":{"type":["string","null"],"allowNull":false,"enum":["approved","disapproved","under_revision"]},"createdAt":{"type":"string","allowNull":false}},"additionalProperties":false}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ILineCore"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ILineCore"}}}}}},"/lines/{lineId}/country-carriers":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["external"],"security":[]},"post":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["external"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}}},"/lines/{lineId}/country-carriers/{id}":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["external"],"security":[]},"put":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["external"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"patch":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["external"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"delete":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["external"],"security":[]}},"/lines/{lineId}/dayparts":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}}},"/lines/{lineId}/dayparts/{dayPartId}":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"dayPartId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"dayPartId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"patch":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"dayPartId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"delete":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"dayPartId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/lines/{lineId}/limits":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}}},"/lines/{lineId}/limits/{lineId}":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"lineId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"lineId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"patch":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"lineId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"delete":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"lineId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/lines/{lineId}/exchanges":{"get":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"The id of the line to be used","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lExchange_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"The id of the line to be used","schema":{"type":"integer"}},{"in":"body","name":"body","required":true,"description":"Array containing the ids of the exchanges assigned to the line specified in the path","schema":{"type":"array","items":{"type":"integer"}}}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lExchange"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}}},"/lines/{lineId}/exchanges/{id}":{"put":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"The id of the line to be used","schema":{"type":"integer"}},{"in":"body","name":"body","required":true,"description":"Array containing the ids of the exchanges assigned to the line specified in the path","schema":{"type":"array","items":{"type":"integer"}}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lExchange"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Replaces the current exchanges associated to the line identified by lineId with the new ones sent in the body","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lExchange"}}}}},"delete":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"The id of the line to be used","schema":{"type":"integer"}},{"in":"query","name":"exchangeId","description":"The id of the exchanges to be used","schema":{"type":"array","items":{"type":"integer"}}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lExchange"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/lines/{lineId}/third-party":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}}},"/lines/{lineId}/third-party/{id}":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"patch":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"delete":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/lines/{lineId}/categories":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}}},"/lines/{lineId}/categories/{lineId}":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"lineId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"lineId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"patch":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"lineId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"delete":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"lineId","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/lines/{id}/publisher-scan":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lines/{id}/publisher-scan/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/lines/{id}/inventory-report":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lines/{id}/inventory-report/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/lines/{lineId}/creatives":{"get":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"The line id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"The line id","schema":{"type":"integer"}},{"in":"body","name":"body","required":true,"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"lineId":{"type":"integer","format":"int32"},"creativeId":{"type":"integer","format":"int32"},"status":{"type":"string","oneOf":["Active","Paused"]},"maxBid":{"type":"number","format":"float"}},"required":["lineId","creativeId","status"]}}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/line_creatives"}}}}}},"/lines/{lineId}/creatives/{creativeId}":{"patch":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"The line id","schema":{"type":"integer"}},{"in":"path","name":"creativeId","required":true,"description":"The creative id","schema":{"type":"integer"}},{"in":"body","name":"body","required":true,"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"lineId":{"type":"integer","format":"int32"},"creativeId":{"type":"integer","format":"int32"},"status":{"type":"string","oneOf":["Active","Paused"]},"maxBid":{"type":"number","format":"float"}},"required":["lineId","creativeId","status"]}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/line_creatives"}}}}}},"/lines/{id}/geo-targeting":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lines/{id}/geo-targeting/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/lines/{id}/delivery":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lines/{id}/delivery/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/lines/{lineId}/custom-extra-costs":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}}},"/lines/{lineId}/custom-extra-costs/{id}":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"patch":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"delete":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/lines/{lineId}/pacer":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}}},"/lines/{lineId}/pacer/{id}":{"get":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lines"],"security":[]},"put":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"patch":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}}},"delete":{"parameters":[{"in":"path","name":"lineId","schema":{"type":"string"},"required":true,"description":"lineId parameter"},{"description":"ID of :lineId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:lineId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/lines/{lineId}/segments-targeting":{"get":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"The id of the line to be used","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lSegmentTargeting"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lines"],"security":[]},"post":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"The id of the line to be used","schema":{"type":"integer"}},{"in":"body","name":"body","required":true,"schema":{"type":"object","properties":{"geo":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"glo":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"ip":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"deal":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"bundleAndDomain":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"zipcode":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"region":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"device":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"audiences":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}}}}}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lSegmentTargeting"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lSegmentTargeting"}}}}}},"/lines/{lineId}/segments-targeting/{id}":{"patch":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"The id of the line to be used","schema":{"type":"integer"}},{"in":"body","name":"body","required":true,"schema":{"type":"object","properties":{"geo":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"glo":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"ip":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"deal":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"bundleAndDomain":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"zipcode":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"region":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"device":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"audiences":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}}}}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lSegmentTargeting"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lSegmentTargeting"}}}}},"delete":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"The id of the line to be used","schema":{"type":"integer"}},{"in":"query","name":"type","description":"The type of list you want to delete","schema":{"type":"string"}},{"in":"query","name":"allowlist","description":"The lists ids to be deleted in allowlist","schema":{"type":"array","items":{"type":"integer"}}},{"in":"query","name":"denylist","description":"The lists ids to be deleted in denylist","schema":{"type":"array","items":{"type":"integer"}}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lineIdObject"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lines"],"security":[]}},"/new-lists/{id}/bundles":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["new-lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["new-lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/new-lists/{id}/bundles/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["new-lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["new-lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["new-lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["new-lists"],"security":[]}},"/new-lists/{id}/bundles-upload":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["new-lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["new-lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/new-lists/{id}/bundles-upload/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["new-lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["new-lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["new-lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["new-lists"],"security":[]}},"/new-lists/{id}/bundles-download":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["new-lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["new-lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/new-lists/{id}/bundles-download/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["new-lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["new-lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["new-lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["new-lists"],"security":[]}},"/lists/{id}/bundles-upload":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/bundles-upload/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/lists/{id}/lines":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/lines/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/lists/{id}/regions":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/regions/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/lists/{id}/regions-upload":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/regions-upload/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/lists/{id}/locations":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/locations/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/lists/{id}/locations-upload":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/locations-upload/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/lists":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists"}}}}}},"/lists/{id}":{"get":{"parameters":[{"description":"ID of lists to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"description":"ID of lists to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists"}}}}},"patch":{"parameters":[{"description":"ID of lists to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists"}}}}},"delete":{"parameters":[{"description":"ID of lists to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/lists"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/lists/{id}/zipcodes":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/zipcodes/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/lists/{id}/zipcodes-upload":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/zipcodes-upload/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/lists/{id}/clone":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/clone/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}},"/login":{"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/login"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["session"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/login"}}}}}},"/logout":{"get":{"parameters":[],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/logout_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["session"],"security":[]}},"/me":{"get":{"parameters":[],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/me_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Get logged in user data from session","summary":"","tags":["users"],"security":[]}},"/multicreatives":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/multicreatives_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["multicreatives"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/multicreatives"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["multicreatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/multicreatives"}}}}}},"/multicreatives/{id}":{"get":{"parameters":[{"description":"ID of multicreatives to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/multicreatives"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["multicreatives"],"security":[]},"put":{"parameters":[{"description":"ID of multicreatives to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/multicreatives"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["multicreatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/multicreatives"}}}}},"patch":{"parameters":[{"description":"ID of multicreatives to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/multicreatives"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["multicreatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/multicreatives"}}}}},"delete":{"parameters":[{"description":"ID of multicreatives to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/multicreatives"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["multicreatives"],"security":[]}},"/audiences/myaudiences/file":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["audiences"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}}}},"/audiences/myaudiences/file/{id}":{"get":{"parameters":[{"description":"ID of myaudiences to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["audiences"],"security":[]},"put":{"parameters":[{"description":"ID of myaudiences to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}}},"patch":{"parameters":[{"description":"ID of myaudiences to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}}},"delete":{"parameters":[{"description":"ID of myaudiences to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["audiences"],"security":[]}},"/audiences/myaudiences":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["audiences"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}}}},"/audiences/myaudiences/{id}":{"get":{"parameters":[{"description":"ID of myaudiences to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["audiences"],"security":[]},"put":{"parameters":[{"description":"ID of myaudiences to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}}},"patch":{"parameters":[{"description":"ID of myaudiences to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}}},"delete":{"parameters":[{"description":"ID of myaudiences to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["audiences"],"security":[]}},"/audiences/myaudiences/file-delete":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["audiences"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}}}},"/audiences/myaudiences/file-delete/{id}":{"get":{"parameters":[{"description":"ID of myaudiences to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["audiences"],"security":[]},"put":{"parameters":[{"description":"ID of myaudiences to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}}},"patch":{"parameters":[{"description":"ID of myaudiences to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}}},"delete":{"parameters":[{"description":"ID of myaudiences to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/myaudiences"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["audiences"],"security":[]}},"/audiences/{audienceId}/myaudiences-upload":{"get":{"parameters":[{"in":"path","name":"audienceId","schema":{"type":"string"},"required":true,"description":"audienceId parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:audienceId_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["audiences"],"security":[]},"post":{"parameters":[{"in":"path","name":"audienceId","schema":{"type":"string"},"required":true,"description":"audienceId parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:audienceId"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:audienceId"}}}}}},"/audiences/{audienceId}/myaudiences-upload/{id}":{"get":{"parameters":[{"in":"path","name":"audienceId","schema":{"type":"string"},"required":true,"description":"audienceId parameter"},{"description":"ID of :audienceId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:audienceId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["audiences"],"security":[]},"put":{"parameters":[{"in":"path","name":"audienceId","schema":{"type":"string"},"required":true,"description":"audienceId parameter"},{"description":"ID of :audienceId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:audienceId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:audienceId"}}}}},"patch":{"parameters":[{"in":"path","name":"audienceId","schema":{"type":"string"},"required":true,"description":"audienceId parameter"},{"description":"ID of :audienceId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:audienceId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:audienceId"}}}}},"delete":{"parameters":[{"in":"path","name":"audienceId","schema":{"type":"string"},"required":true,"description":"audienceId parameter"},{"description":"ID of :audienceId to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:audienceId"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["audiences"],"security":[]}},"/on-demand-reports/{id}/executions":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["on-demand-reports"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["on-demand-reports"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/on-demand-reports/{id}/executions/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["on-demand-reports"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["on-demand-reports"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["on-demand-reports"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["on-demand-reports"],"security":[]}},"/on-demand-reports":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/on-demand-reports_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["on-demand-reports"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/on-demand-reports"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["on-demand-reports"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/on-demand-reports"}}}}}},"/on-demand-reports/{id}":{"get":{"parameters":[{"description":"ID of on-demand-reports to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/on-demand-reports"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["on-demand-reports"],"security":[]},"put":{"parameters":[{"description":"ID of on-demand-reports to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/on-demand-reports"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["on-demand-reports"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/on-demand-reports"}}}}},"patch":{"parameters":[{"description":"ID of on-demand-reports to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/on-demand-reports"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["on-demand-reports"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/on-demand-reports"}}}}},"delete":{"parameters":[{"description":"ID of on-demand-reports to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/on-demand-reports"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["on-demand-reports"],"security":[]}},"/lines-orchestrator/{lineId}":{"patch":{"parameters":[{"in":"path","name":"lineId","required":true,"description":"the line id","schema":{"type":"integer"}},{"in":"body","name":"body","required":true,"schema":{"title":"LineOrchestrator","description":"LineOrchestrator database.","uniqueItemProperties":[],"properties":{"name":{"type":"string","maxLength":255,"allowNull":false},"label1":{"type":["string","null"],"maxLength":50,"allowNull":true},"label2":{"type":["string","null"],"maxLength":50,"allowNull":true},"label3":{"type":["string","null"],"maxLength":50,"allowNull":true},"label4":{"type":["string","null"],"maxLength":50,"allowNull":true},"status":{"type":"string","allowNull":false,"enum":["Active","Paused"]},"category":{"type":"string","allowNull":false,"description":"IAB category describing line","example":["IAB8-1"],"minLength":1,"maxLength":10},"domain":{"type":"string","format":"hostname","description":"Top level domain of the advertiser. This is only used by the publishers to identify their advertisers","maxLength":255,"minLength":3,"example":"foo.com","pattern":"^(?!www\\.)[-a-zA-Z0-9@:%._+~#=]{2,256}\\.[a-zA-Z]{2,25}$"},"effectiveLandingUrl":{"type":["string","null"],"allowNull":true,"faker":"internet.url"},"appBundle":{"type":["string","null"],"maxLength":255},"trackingGroupId":{"type":["number","null"],"allowNull":true},"auditStatus":{"type":["string","null"],"allowNull":false,"enum":["approved","disapproved","under_revision"]},"createdAt":{"type":"string","allowNull":false},"schedule":{"type":"object","additionalProperties":false,"properties":{"startDate":{"type":"string","allowNull":false},"endDate":{"type":"string","allowNull":false},"dayParts":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["day","minEnd","minStart","hourEnd","hourStart"],"properties":{"day":{"type":"string","allowNull":false,"maxLength":10,"description":"Day of the week.","enum":["ALL","MONFRI","TUE","WED","THU","FRI","SAT","SUN","MON","END"],"faker":{"exp":"['ALL', 'MONFRI', 'TUE', 'WED', 'THU', 'FRI', 'SAT', 'SUN', 'MON', 'END'][Math.floor(Math.random()*10)]"},"example":"ALL"},"hourStart":{"type":"integer","allowNull":false,"default":0,"min":0,"max":23,"chance":{"integer":{"min":0,"max":23}},"minimum":0,"maximum":23},"minStart":{"type":"integer","allowNull":false,"default":0,"enum":[0,15,30,45],"chance":{"integer":{"min":0,"max":45}}},"hourEnd":{"type":"integer","allowNull":false,"default":0,"min":0,"max":23,"chance":{"integer":{"min":0,"max":23}},"minimum":0,"maximum":23},"minEnd":{"type":"integer","allowNull":false,"default":59,"enum":[14,29,44,59],"chance":{"integer":{"min":0,"max":45}}}}},"minItems":1}}},"pricing":{"type":"object","additionalProperties":false,"properties":{"price":{"type":"number","exclusiveMinimum":0,"allowNull":false}}},"lineSegmentTargeting":{"type":"object","additionalProperties":false,"properties":{"geo":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"glo":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"ip":{"type":"object","additionalProperties":false,"properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"deal":{"type":"object","additionalProperties":false,"properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"bundleAndDomain":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"zipcode":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"region":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"device":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"audiences":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"narrow_audiences":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"deviceCapabilities":{"type":"object","additionalProperties":false,"properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}}}},"lineCreatives":{"type":"array","items":{"type":"object","required":["creativeId","status"],"properties":{"creativeId":{"type":"integer","allowNull":false},"status":{"type":"string","allowNull":false},"maxBid":{"type":"number","exclusiveMinimum":0,"exclusiveMaximum":9999}}}},"lineDevicesTargeting":{"type":"object","additionalProperties":false,"properties":{"lineId":{"type":"integer","allowNull":false,"primaryKey":true,"autoIncrement":true,"description":"The id of the line."},"skadVtaMandatory":{"type":"boolean"},"skadNetwork":{"type":"string"},"connectionType":{"type":"string"},"trafficType":{"type":"string"},"languages":{"type":"array"},"adPositions":{"type":"array"},"osVersionRanges":{"type":["object","null"],"additionalProperties":{"type":"object","allowNull":true,"properties":{"minOsVersion":{"type":["integer","null"]},"maxOsVersion":{"type":["integer","null"]}},"additionalProperties":false}},"skadVersions":{"type":"array"},"devices":{"type":"array"},"browsers":{"type":"array"},"carriers":{"type":"object","properties":{"allowList":{"type":"array"},"denyList":{"type":"array"}}},"deviceModels":{"type":"object","properties":{"allowList":{"type":"array"},"denyList":{"type":"array"}}},"lineRequestFilter":{"type":"object","allowNull":false,"additionalProperties":false,"properties":{"deviceIdRestrictions":{"type":"string","enum":["ANY","DEVICE_ID","NO_DEVICE_ID"],"allowNull":false},"minBid":{"type":"number","minimum":0,"allowNull":false},"targetingAccuracy":{"type":"string","enum":["ANY","NARROW","WIDE"],"allowNull":false},"sdkTraffic":{"type":"string","enum":["ANY","SDK","NON_SDK"],"allowNull":false},"assetType":{"type":"string","enum":["ANY","STATIC","VIDEO"],"allowNull":false}}},"skippability":{"type":"object","properties":{"nonSkippable":{"type":"boolean"},"skippable":{"type":"boolean"},"unknown":{"type":"boolean"}},"required":["nonSkippable","skippable","unknown"]},"rewarded":{"type":["string","null"],"enum":["non-rewarded","none","rewarded"]},"interstitial":{"type":["string","null"],"enum":["non-interstitial","none","interstitial"]},"placementIds":{"type":"array","items":{"type":"integer","minimum":1},"allowNull":false,"uniqueItems":true,"minItems":0,"errorMessage":"placementIds must be an array of unique integers greater than 0"},"frequencyCapping":{"type":"object","additionalProperties":false,"properties":{"hits":{"example":1,"type":"number","minimum":0,"maximum":255},"period":{"example":6,"type":"number","multipleOf":0.01,"minimum":0,"maximum":168,"errorMessage":{"minimum":"must be greater than or equal to 0.01","maximum":"must be less than or equal to 168","multipleOf":"must have two decimal places at most","type":"must be a number"}},"propagateFrequencyCapping":{"type":"boolean","default":false},"mode":{"type":"string","enum":["deterministic","probabilistic"]}}},"if":{"properties":{"period":{"const":0}}},"then":{"properties":{"hits":{"const":0}},"errorMessage":{"properties":{"hits":"hits must be 0 if period is 0"}}},"else":{"properties":{"period":{"minimum":0.01}},"errorMessage":{"properties":{"period":"must be greater than or equal to 0.01"}}}}},"lineContentTargeting":{"type":"object","additionalProperties":false,"properties":{"coppaTargeting":{"type":"string","enum":["APPLIES","NOT_APPLIES","UNKNOWN","APPLIES_UNKNOWN","NOT_APPLIES_UNKNOWN","ANY"],"allowNull":true},"lineContentRating":{"type":"array","items":{"type":"number"},"allowNull":true}}},"lineAlgorithms":{"type":"object","properties":{"biddingAlgorithm":{"type":["object","null"],"properties":{"objective":{"enum":["cpa","cpc","wr"]},"objectivePrice":{"type":"number","exclusiveMinimum":0,"maximum":5000},"eventGroup":{"enum":["subscription","install","registration","landing","buy","start","complete","ad_watched","app_open","funnel_1","funnel_2","funnel_3","funnel_4","funnel_5","funnel_6","funnel_7","funnel_8","firstquartile","buyer_d1","buy_d1","buyer_d3","buy_d3","buyer_d7","buy_d7","iap_revenue_d1","iaa_revenue_d1","revenue_d1","iap_revenue_d3","iaa_revenue_d3","revenue_d3","iap_revenue_d7","iaa_revenue_d7","revenue_d7",null]},"algorithm":{"type":["string","null"],"allowNull":true}},"required":["objective"],"additionalProperties":false},"filterAlgorithms":{"type":"array","items":{"type":"object","properties":{"objective":{"enum":["ctr","cr"]},"threshold":{"type":"number","exclusiveMinimum":0,"maximum":1},"eventGroup":{"enum":["subscription","install","registration","landing","buy","start","complete","ad_watched","app_open","funnel_1","funnel_2","funnel_3","funnel_4","funnel_5","funnel_6","funnel_7","funnel_8","firstquartile",null]},"filterAlgorithm":{"type":["string","null"],"allowNull":true},"targetEvent":{"enum":["subscription","install","registration","landing","buy","start","complete","ad_watched","app_open","funnel_1","funnel_2","funnel_3","funnel_4","funnel_5","funnel_6","funnel_7","funnel_8","firstquartile",null]}},"required":["objective","threshold"],"additionalProperties":false},"maxItems":2},"creativeAlgorithm":{"type":["object","null"],"properties":{"algorithm":{"type":"string","allowNull":false},"objective":{"enum":["cpa"],"allowNull":false},"eventGroup":{"enum":["subscription","install","registration","landing","buy","start","complete","ad_watched","app_open","funnel_1","funnel_2","funnel_3","funnel_4","funnel_5","funnel_6","funnel_7","funnel_8","firstquartile"]},"ratio":{"type":"number","minimum":0,"maximum":1}},"required":["algorithm","objective","eventGroup","ratio"],"additionalProperties":false},"bidShadingStrategy":{"type":"array","uniqueItems":true,"maxItems":4,"items":{"type":"string","enum":["PRICE_FLOOR_OVERWRITE","HEADER_BIDDING_SHADING","WATERFALL_SHADING_BELOW_PF","HEADER_BIDDING_SHADING_BELOW_PF"]}},"businessModelValue":{"type":"number","exclusiveMinimum":0,"maximum":999.99999},"pacerObjectiveMax":{"type":"number","exclusiveMinimum":0,"maximum":5000},"winRateAlgorithm":{"type":"string"}},"required":[],"additionalProperties":false},"lineLimits":{"type":"object","additionalProperties":false,"properties":{"budget":{"type":"object","properties":{"daily":{"type":"number","allowNull":false,"anyOf":[{"const":-1},{"minimum":1,"maximum":150000}],"errorMessage":{"anyOf":"Daily budget should be unlimited or bigger than 1"}},"hourly":{"type":"number","allowNull":false,"minimum":-1,"maximum":20000}}},"impressions":{"type":"object","properties":{"total":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"daily":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"hourly":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999}}},"clicks":{"type":"object","properties":{"total":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"daily":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"hourly":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999}}},"conversions":{"type":"object","properties":{"total":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"daily":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"hourly":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999}}}},"anyOf":[{"required":["budget"]},{"required":["impressions"]},{"required":["clicks"]},{"required":["conversions"]}]},"geotargeting":{"additionalProperties":false,"type":"object","properties":{"countries":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"precision":{"type":"string","enum":["ip","gps"]},"radius":{"type":"integer","min":1,"max":1000000,"chance":{"integer":{"min":1,"max":1000000}}},"cities":{"type":"object","allowNull":false,"properties":{"allowlist":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"denylist":{"type":"array","uniqueItems":true,"items":{"type":"string"}}}},"enhancedGeoAccuracy":{"type":"boolean","allowNull":false}}},"lineExtraCosts":{"type":"object","additionalProperties":false,"properties":{"custom":{"type":"array","items":{"type":"object","properties":{"vendorType":{"type":"string"},"vendorName":{"type":"string"},"vendorFixCpmPrice":{"type":"number"}}}}}},"lineThirdParty":{"type":"object","additionalProperties":false,"properties":{"prebid":{"type":"array","items":{"type":"number"}},"postbid":{"type":["number","null"]}}},"lineCategories":{"type":"array","items":{"type":"string"}},"linePacerInfo":{"type":"object","additionalProperties":false,"properties":{"type":{"type":"string","enum":["smart","spend_fast"]},"features":{"type":"array","allowNull":true}}},"lineExchanges":{"type":"array","additionalProperties":false},"publisherScan":{"type":["object","null"],"additionalProperties":false,"properties":{"enabled":{"type":"boolean","default":false},"budget":{"type":"number"},"impressions":{"type":"number"},"clicks":{"type":"number"},"minEvents":{"type":"number"},"event":{"type":"string","allowNull":false},"shouldReset":{"type":"boolean"}}}},"additionalProperties":false}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ILineOrchestrator"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lines-orchestrator"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ILineOrchestrator"}}}}}},"/os-versions":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/os-versions_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["os-versions"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/os-versions"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["os-versions"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/os-versions"}}}}}},"/os-versions/{id}":{"get":{"parameters":[{"description":"ID of os-versions to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/os-versions"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["os-versions"],"security":[]}},"/platform-events":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/platform-events_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["platform-events"],"security":[]}},"/folders/{id}/propagate-tracking-links":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["folders"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["folders"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/folders/{id}/propagate-tracking-links/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["folders"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["folders"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["folders"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["folders"],"security":[]}},"/fraudpixels":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraudpixels_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["fraudpixels"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraudpixels"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["fraudpixels"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraudpixels"}}}}}},"/fraudpixels/{id}":{"get":{"parameters":[{"description":"ID of fraudpixels to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraudpixels"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["fraudpixels"],"security":[]},"put":{"parameters":[{"description":"ID of fraudpixels to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraudpixels"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["fraudpixels"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraudpixels"}}}}},"patch":{"parameters":[{"description":"ID of fraudpixels to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraudpixels"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["fraudpixels"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraudpixels"}}}}},"delete":{"parameters":[{"description":"ID of fraudpixels to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/fraudpixels"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["fraudpixels"],"security":[]}},"/placements":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/placements_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["placements"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/placements"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["placements"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/placements"}}}}}},"/placements/{id}":{"get":{"parameters":[{"description":"ID of placements to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/placements"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["placements"],"security":[]},"put":{"parameters":[{"description":"ID of placements to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/placements"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["placements"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/placements"}}}}},"patch":{"parameters":[{"description":"ID of placements to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/placements"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["placements"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/placements"}}}}},"delete":{"parameters":[{"description":"ID of placements to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/placements"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["placements"],"security":[]}},"/provider-categories":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/provider-categories_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["provider-categories"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/provider-categories"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["provider-categories"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/provider-categories"}}}}}},"/provider-categories/{id}":{"get":{"parameters":[{"description":"ID of provider-categories to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/provider-categories"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["provider-categories"],"security":[]},"put":{"parameters":[{"description":"ID of provider-categories to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/provider-categories"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["provider-categories"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/provider-categories"}}}}},"patch":{"parameters":[{"description":"ID of provider-categories to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/provider-categories"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["provider-categories"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/provider-categories"}}}}},"delete":{"parameters":[{"description":"ID of provider-categories to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/provider-categories"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["provider-categories"],"security":[]}},"/scheduled-reports":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/scheduled-reports_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["scheduled-reports"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/scheduled-reports"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["scheduled-reports"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/scheduled-reports"}}}}}},"/scheduled-reports/{id}":{"get":{"parameters":[{"description":"ID of scheduled-reports to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/scheduled-reports"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["scheduled-reports"],"security":[]},"put":{"parameters":[{"description":"ID of scheduled-reports to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/scheduled-reports"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["scheduled-reports"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/scheduled-reports"}}}}},"patch":{"parameters":[{"description":"ID of scheduled-reports to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/scheduled-reports"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["scheduled-reports"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/scheduled-reports"}}}}},"delete":{"parameters":[{"description":"ID of scheduled-reports to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/scheduled-reports"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["scheduled-reports"],"security":[]}},"/audiences/segments/dmps":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/segments_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["audiences"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/segments"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/segments"}}}}}},"/audiences/segments/dmps/{id}":{"get":{"parameters":[{"description":"ID of segments to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/segments"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["audiences"],"security":[]},"put":{"parameters":[{"description":"ID of segments to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/segments"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/segments"}}}}},"patch":{"parameters":[{"description":"ID of segments to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/segments"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/segments"}}}}},"delete":{"parameters":[{"description":"ID of segments to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/segments"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["audiences"],"security":[]}},"/segments/{id}/lines":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["segments"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["segments"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/segments/{id}/lines/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["segments"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["segments"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["segments"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["segments"],"security":[]}},"/skad-versions":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/skad-versions_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["skad-versions"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/skad-versions"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["skad-versions"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/skad-versions"}}}}}},"/skad-versions/{id}":{"get":{"parameters":[{"description":"ID of skad-versions to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/skad-versions"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["skad-versions"],"security":[]},"put":{"parameters":[{"description":"ID of skad-versions to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/skad-versions"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["skad-versions"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/skad-versions"}}}}},"patch":{"parameters":[{"description":"ID of skad-versions to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/skad-versions"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["skad-versions"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/skad-versions"}}}}},"delete":{"parameters":[{"description":"ID of skad-versions to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/skad-versions"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["skad-versions"],"security":[]}},"/tracking-groups":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/tracking-groups_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["tracking-groups"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/tracking-groups"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["tracking-groups"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tracking-groups"}}}}}},"/tracking-groups/{id}":{"get":{"parameters":[{"description":"ID of tracking-groups to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/tracking-groups"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["tracking-groups"],"security":[]},"put":{"parameters":[{"description":"ID of tracking-groups to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/tracking-groups"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["tracking-groups"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tracking-groups"}}}}},"patch":{"parameters":[{"description":"ID of tracking-groups to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/tracking-groups"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["tracking-groups"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tracking-groups"}}}}},"delete":{"parameters":[{"description":"ID of tracking-groups to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/tracking-groups"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["tracking-groups"],"security":[]}},"/audiences/udl-generated":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-generated_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["audiences"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-generated"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-generated"}}}}}},"/audiences/udl-generated/{id}":{"get":{"parameters":[{"description":"ID of udl-generated to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-generated"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["audiences"],"security":[]},"put":{"parameters":[{"description":"ID of udl-generated to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-generated"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-generated"}}}}},"patch":{"parameters":[{"description":"ID of udl-generated to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-generated"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-generated"}}}}},"delete":{"parameters":[{"description":"ID of udl-generated to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-generated"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["audiences"],"security":[]}},"/audiences/udl-type":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-type_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["audiences"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-type"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-type"}}}}}},"/audiences/udl-type/{id}":{"get":{"parameters":[{"description":"ID of udl-type to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-type"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["audiences"],"security":[]},"put":{"parameters":[{"description":"ID of udl-type to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-type"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-type"}}}}},"patch":{"parameters":[{"description":"ID of udl-type to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-type"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["audiences"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-type"}}}}},"delete":{"parameters":[{"description":"ID of udl-type to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/udl-type"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["audiences"],"security":[]}},"/videos":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/videos_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["videos"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/videos"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["videos"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/videos"}}}}}},"/videos/{id}":{"get":{"parameters":[{"description":"ID of videos to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/videos"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["videos"],"security":[]},"put":{"parameters":[{"description":"ID of videos to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/videos"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["videos"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/videos"}}}}},"patch":{"parameters":[{"description":"ID of videos to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/videos"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["videos"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/videos"}}}}},"delete":{"parameters":[{"description":"ID of videos to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/videos"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["videos"],"security":[]}},"/regions":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/regions_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["regions"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/regions"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["regions"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/regions"}}}}}},"/regions/{id}":{"get":{"parameters":[{"description":"ID of regions to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/regions"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["regions"],"security":[]},"put":{"parameters":[{"description":"ID of regions to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/regions"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["regions"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/regions"}}}}},"patch":{"parameters":[{"description":"ID of regions to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/regions"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["regions"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/regions"}}}}},"delete":{"parameters":[{"description":"ID of regions to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/regions"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["regions"],"security":[]}},"/segments/dmps":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["segments"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["segments"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}}}},"/segments/dmps/{id}":{"get":{"parameters":[{"description":"ID of dmps to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["segments"],"security":[]},"put":{"parameters":[{"description":"ID of dmps to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["segments"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}}},"patch":{"parameters":[{"description":"ID of dmps to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["segments"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}}},"delete":{"parameters":[{"description":"ID of dmps to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["segments"],"security":[]}},"/users":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/users_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["users"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/users"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["users"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/users"}}}}}},"/users/{id}":{"get":{"parameters":[{"description":"ID of users to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/users"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["users"],"security":[]},"put":{"parameters":[{"description":"ID of users to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/users"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["users"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/users"}}}}},"patch":{"parameters":[{"description":"ID of users to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/users"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["users"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/users"}}}}},"delete":{"parameters":[{"description":"ID of users to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/users"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["users"],"security":[]}},"/agencies":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/agencies_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["agencies"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/agencies"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["agencies"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/agencies"}}}}}},"/agencies/{id}":{"get":{"parameters":[{"description":"ID of agencies to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/agencies"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["agencies"],"security":[]},"put":{"parameters":[{"description":"ID of agencies to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/agencies"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["agencies"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/agencies"}}}}},"patch":{"parameters":[{"description":"ID of agencies to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/agencies"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["agencies"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/agencies"}}}}},"delete":{"parameters":[{"description":"ID of agencies to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/agencies"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["agencies"],"security":[]}},"/accounts":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/accounts_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["accounts"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/accounts"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["accounts"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/accounts"}}}}}},"/accounts/{id}":{"get":{"parameters":[{"description":"ID of accounts to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/accounts"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["accounts"],"security":[]},"put":{"parameters":[{"description":"ID of accounts to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/accounts"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["accounts"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/accounts"}}}}},"patch":{"parameters":[{"description":"ID of accounts to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/accounts"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["accounts"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/accounts"}}}}},"delete":{"parameters":[{"description":"ID of accounts to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/accounts"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["accounts"],"security":[]}},"/creatives/video-upload":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/video-upload_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["creatives"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/video-upload"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["creatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/video-upload"}}}}}},"/creatives/video-upload/{id}":{"get":{"parameters":[{"description":"ID of video-upload to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/video-upload"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["creatives"],"security":[]},"put":{"parameters":[{"description":"ID of video-upload to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/video-upload"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/video-upload"}}}}},"patch":{"parameters":[{"description":"ID of video-upload to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/video-upload"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["creatives"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/video-upload"}}}}},"delete":{"parameters":[{"description":"ID of video-upload to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/video-upload"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["creatives"],"security":[]}},"/dmps":{"get":{"parameters":[{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["dmps"],"security":[]},"post":{"parameters":[],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["dmps"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}}}},"/dmps/{id}":{"get":{"parameters":[{"description":"ID of dmps to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["dmps"],"security":[]},"put":{"parameters":[{"description":"ID of dmps to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["dmps"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}}},"patch":{"parameters":[{"description":"ID of dmps to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["dmps"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}}},"delete":{"parameters":[{"description":"ID of dmps to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/dmps"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["dmps"],"security":[]}},"/lists/{id}/ip-ranges-download":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"Number of results to return","in":"query","name":"$limit","schema":{"type":"integer"}},{"description":"Number of results to skip","in":"query","name":"$skip","schema":{"type":"integer"}},{"description":"Property to sort results","in":"query","name":"$sort","schema":{"type":"string"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id_list"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Retrieves a list of all resources from the service.","summary":"","tags":["lists"],"security":[]},"post":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"}],"responses":{"201":{"description":"created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"500":{"description":"general error"}},"description":"Creates a new resource with data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}}},"/lists/{id}/ip-ranges-download/{id}":{"get":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Retrieves a single resource with the given id from the service.","summary":"","tags":["lists"],"security":[]},"put":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"patch":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Updates the resource identified by id using data.","summary":"","tags":["lists"],"security":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}}},"delete":{"parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true,"description":"id parameter"},{"description":"ID of :id to return","in":"path","required":true,"name":"id","schema":{"type":"integer"}}],"responses":{"200":{"description":"success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/:id"}}}},"401":{"description":"not authenticated"},"404":{"description":"not found"},"500":{"description":"general error"}},"description":"Removes the resource with id.","summary":"","tags":["lists"],"security":[]}}},"components":{"schemas":{"me_account":{"type":"object","properties":{"id":{"type":"integer","format":"int64","required":true},"name":{"type":"string","description":"The account name"},"currencyTag":{"type":"string","example":"USD"}}},"accounts_list":{"type":"array","description":"The accounts list","items":{"$ref":"#/definitions/me_account"}},"all-audiences":{"audiences":{"$ref":"#/schemas/audience"}},"all-audiences_list":{"title":"all-audiences list","type":"array","items":{"$ref":"#/components/schemas/all-audiences"}},"audience":{"parent":{"audiences":{"$ref":"#/schemas/audience"}},"audience":{"type":"object","properties":{"audienceType":{"type":"string","enum":["firstParty","activity","thirdParty"]}},"discriminator":{"propertyName":"audienceType","mapping":{"firstParty":"#/schemas/myAudience","thirdParty":"#/schemas/thirdPartyAudiences","activity":"#schemas/activityAudiences"}}},"myAudience":{"allOf":{"$ref":"#/schemas/audience","type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}}},"activityAudience":{"allOf":{"$ref":"#/schemas/audience","type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"activity":{"type":"string"}}}},"thirdPartyAudience":{"type":"object","allOf":{"$ref":"#/schemas/audience","type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"}}}}},"audience_list":{"type":"object","properties":{"total":"integer","skip":"integer","limit":"integer","data":"array","items":{"$ref":"audience"}}},"budget_reset":{"type":"object","properties":{"campaignId":{"type":"number","format":"integer"},"hourlyBudgetCap":{"type":"number","format":"float"},"dailyBudgetCap":{"type":"number","format":"float"},"totalBudgetCap":{"type":"number","format":"float"}}},"campaign_budget":{"type":"object","properties":{"campaignId":{"type":"number","format":"integer"},"hourlyCap":{"type":"number","format":"float"},"dailyCap":{"type":"number","format":"float"},"totalCap":{"type":"number","format":"float"}}},"campaign_budget_list":{"type":"object","$ref":"#/definitions/campaign_budget"},"campaign_history":{"type":"array","items":{"type":"object","properties":{"operation":{"type":"string"},"date":{"type":"string","format":"date"},"total":{"type":"integer"}}}},"campaign_history_list":{"type":"object","$ref":"#/definitions/campaign_history"},"carriers":{"title":"Carriers","description":"Carriers database.","required":[],"uniqueItemProperties":["mcc","mnc"],"properties":{"id":{"type":"integer","primaryKey":true,"autoIncrement":true},"mcc":{"type":"string","allowNull":true,"minLength":3,"maxLength":3,"defaultValue":null,"unique":"unique_mcc_mnc"},"mnc":{"type":"string","allowNull":true,"minLength":3,"maxLength":3,"defaultValue":null,"unique":"unique_mcc_mnc"},"brand":{"type":"string","allowNull":true,"maxLength":100,"defaultValue":null},"operator":{"type":"string","allowNull":true,"maxLength":100,"defaultValue":null},"status":{"type":"string","allowNull":true,"maxLength":25,"defaultValue":null},"code":{"type":"string","allowNull":true,"maxLength":5,"defaultValue":null}}},"carriers_list":{"title":"carriers list","type":"array","items":{"$ref":"#/components/schemas/carriers"}},"categories":{"title":"Categories","description":"Categories database.","required":[],"uniqueItemProperties":[],"properties":{"id":{"type":"integer","allowNull":false,"primaryKey":true,"autoIncrement":true,"description":"The id of the category."},"name":{"type":"string","maxLength":255,"allowNull":false,"description":"The name of the category.","faker":{"exp":"['IAB1','IAB2','IAB8-1'][Math.floor(Math.random()*3)]"},"example":"IAB2"},"lang":{"type":"string","minLength":2,"maxLength":2,"allowNull":false,"description":"Lang used to describe the category.","enum":["en","es"],"faker":{"exp":"['en','es'][Math.floor(Math.random()*2)]"},"example":"en"},"description":{"type":"string","maxLength":255,"allowNull":true,"description":"Category description","faker":"lorem.words","example":"Automotive"}}},"categories_list":{"title":"categories list","type":"array","items":{"$ref":"#/components/schemas/categories"}},"creatives":{"type":"object","properties":{"id":{"type":"integer","autoIncrement":true,"primaryKey":true},"accountId":{"type":"integer","allowNull":false,"faker":{"exp":"[35995,35996,35997,35990][Math.floor(Math.random()*3)]"}},"name":{"type":"string","allowNull":true},"status":{"type":"string","default":"active"},"folderId":{"type":"integer","allowNull":true},"type":{"type":"string","allowNull":true},"format":{"type":"string","allowNull":true},"size":{"type":"string","allowNull":true,"default":null},"clickUrl":{"type":"string","allowNull":true,"format":"url"},"impressionPixels":{"type":"array","items":{"type":"string"},"allowNull":true},"clickTracking":{"type":"string","allowNull":true,"default":null},"imageName":{"type":"string","allowNull":true,"default":null},"imageWeight":{"type":"string","allowNull":true,"default":null},"tag":{"type":"string","allowNull":true},"duration":{"type":"integer","allowNull":true},"isSSL":{"type":"boolean","allowNull":true},"lookalikeIdentifier":{"type":"string","allowNull":true},"sslCompliant":{"type":"integer","allowNull":true,"default":true},"image":{"type":"string","allowNull":true},"attributes":{"type":"array","items":{"type":"integer"},"allowNull":true},"icon":{"type":"string","allowNull":true},"title":{"type":"string","allowNull":true},"sponsored":{"type":"string","allowNull":true},"cta":{"type":"string","allowNull":true},"description":{"type":"string","allowNull":true},"rating":{"type":"number","allowNull":true},"theme":{"type":"string","allowNull":true},"hasCta":{"type":"integer","allowNull":true},"designedBySmadex":{"type":"string","allowNull":true},"originalCreativeId":{"type":"integer","allowNull":true},"shortDescription":{"type":"string","allowNull":true},"endcardType":{"type":"boolean","allowNull":true},"endcardIsLastFrame":{"type":"boolean","allowNull":true},"endcardIsTricky":{"type":"boolean","allowNull":true},"endcardHasCta":{"type":"boolean","allowNull":true},"labels":{"type":"array","items":{"type":"object"},"allowNull":true},"endcardCtaText":{"type":"string","allowNull":true},"ctaText":{"type":"string","allowNull":true},"style":{"type":"string","allowNull":true},"rewarded":{"type":"string","allowNull":true,"default":"both"}}},"creatives_list":{"title":"creatives list","type":"array","items":{"$ref":"#/components/schemas/creatives"}},":id":{"title":"LineCore","description":"LineCore database.","uniqueItemProperties":[],"properties":{"name":{"type":"string","maxLength":255,"allowNull":false},"label1":{"type":["string","null"],"maxLength":50,"allowNull":true},"label2":{"type":["string","null"],"maxLength":50,"allowNull":true},"label3":{"type":["string","null"],"maxLength":50,"allowNull":true},"label4":{"type":["string","null"],"maxLength":50,"allowNull":true},"status":{"type":"string","allowNull":false,"enum":["Active","Paused"]},"category":{"type":"string","allowNull":false,"description":"IAB category describing line","example":["IAB8-1"],"minLength":1,"maxLength":10},"domain":{"type":"string","format":"hostname","description":"Top level domain of the advertiser. This is only used by the publishers to identify their advertisers","maxLength":255,"minLength":3,"example":"foo.com","pattern":"^(?!www\\.)[-a-zA-Z0-9@:%._+~#=]{2,256}\\.[a-zA-Z]{2,25}$"},"effectiveLandingUrl":{"type":["string","null"],"allowNull":true,"faker":"internet.url"},"appBundle":{"type":["string","null"],"maxLength":255},"schedule":{"type":"object","properties":{"startDate":{"type":"string","allowNull":false},"endDate":{"type":"string","allowNull":false}},"allowNull":false},"trackingGroupId":{"type":["number","null"],"allowNull":true},"auditStatus":{"type":["string","null"],"allowNull":false,"enum":["approved","disapproved","under_revision"]},"createdAt":{"type":"string","allowNull":false}},"additionalProperties":false},":id_list":{"title":":id list","type":"array","items":{"$ref":"#/components/schemas/:id"}},"lDevicesTargeting":{"title":"DevicesTargeting","description":"DevicesTargeting database.","uniqueItemProperties":[],"properties":{"lineId":{"type":"integer","allowNull":false,"primaryKey":true,"autoIncrement":true,"description":"The id of the line."},"skadVtaMandatory":{"type":"boolean"},"skadNetwork":{"type":"string"},"connectionType":{"type":"string"},"trafficType":{"type":"string"},"languages":{"type":"array"},"adPositions":{"type":"array"},"osVersionRanges":{"type":["object","null"],"additionalProperties":{"type":"object","allowNull":true,"properties":{"minOsVersion":{"type":["integer","null"]},"maxOsVersion":{"type":["integer","null"]}},"additionalProperties":false}},"skadVersions":{"type":"array"},"devices":{"type":"array"},"browsers":{"type":"array"},"carriers":{"type":"object","properties":{"allowList":{"type":"array"},"denyList":{"type":"array"}}},"deviceModels":{"type":"object","properties":{"allowList":{"type":"array"},"denyList":{"type":"array"}}},"lineRequestFilter":{"type":"object","allowNull":false,"additionalProperties":false,"properties":{"deviceIdRestrictions":{"type":"string","enum":["ANY","DEVICE_ID","NO_DEVICE_ID"],"allowNull":false},"minBid":{"type":"number","minimum":0,"allowNull":false},"targetingAccuracy":{"type":"string","enum":["ANY","NARROW","WIDE"],"allowNull":false},"sdkTraffic":{"type":"string","enum":["ANY","SDK","NON_SDK"],"allowNull":false},"assetType":{"type":"string","enum":["ANY","STATIC","VIDEO"],"allowNull":false}}},"skippability":{"type":"object","properties":{"nonSkippable":{"type":"boolean"},"skippable":{"type":"boolean"},"unknown":{"type":"boolean"}},"required":["nonSkippable","skippable","unknown"]},"rewarded":{"type":["string","null"],"enum":["non-rewarded","none","rewarded"]},"interstitial":{"type":["string","null"],"enum":["non-interstitial","none","interstitial"]},"placementIds":{"type":"array","items":{"type":"integer","minimum":1},"allowNull":false,"uniqueItems":true,"minItems":0,"errorMessage":"placementIds must be an array of unique integers greater than 0"},"frequencyCapping":{"type":"object","additionalProperties":false,"properties":{"hits":{"example":1,"type":"number","minimum":0,"maximum":255},"period":{"example":6,"type":"number","multipleOf":0.01,"minimum":0,"maximum":168,"errorMessage":{"minimum":"must be greater than or equal to 0.01","maximum":"must be less than or equal to 168","multipleOf":"must have two decimal places at most","type":"must be a number"}},"propagateFrequencyCapping":{"type":"boolean","default":false},"mode":{"type":"string","enum":["deterministic","probabilistic"]}}},"if":{"properties":{"period":{"const":0}}},"then":{"properties":{"hits":{"const":0}},"errorMessage":{"properties":{"hits":"hits must be 0 if period is 0"}}},"else":{"properties":{"period":{"minimum":0.01}},"errorMessage":{"properties":{"period":"must be greater than or equal to 0.01"}}}}},"ILineCore":{"title":"LineCore","description":"LineCore database.","uniqueItemProperties":[],"properties":{"name":{"type":"string","maxLength":255,"allowNull":false},"label1":{"type":["string","null"],"maxLength":50,"allowNull":true},"label2":{"type":["string","null"],"maxLength":50,"allowNull":true},"label3":{"type":["string","null"],"maxLength":50,"allowNull":true},"label4":{"type":["string","null"],"maxLength":50,"allowNull":true},"status":{"type":"string","allowNull":false,"enum":["Active","Paused"]},"category":{"type":"string","allowNull":false,"description":"IAB category describing line","example":["IAB8-1"],"minLength":1,"maxLength":10},"domain":{"type":"string","format":"hostname","description":"Top level domain of the advertiser. This is only used by the publishers to identify their advertisers","maxLength":255,"minLength":3,"example":"foo.com","pattern":"^(?!www\\.)[-a-zA-Z0-9@:%._+~#=]{2,256}\\.[a-zA-Z]{2,25}$"},"effectiveLandingUrl":{"type":["string","null"],"allowNull":true,"faker":"internet.url"},"appBundle":{"type":["string","null"],"maxLength":255},"schedule":{"type":"object","properties":{"startDate":{"type":"string","allowNull":false},"endDate":{"type":"string","allowNull":false}},"allowNull":false},"trackingGroupId":{"type":["number","null"],"allowNull":true},"auditStatus":{"type":["string","null"],"allowNull":false,"enum":["approved","disapproved","under_revision"]},"createdAt":{"type":"string","allowNull":false}},"additionalProperties":false},":lineId":{"type":"object","properties":{"geo":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"glo":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"ip":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"deal":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"bundleAndDomain":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"zipcode":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"region":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"device":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"audiences":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}}}},":lineId_list":{"title":":lineId list","type":"array","items":{"$ref":"#/components/schemas/:lineId"}},"lSegmentTargeting":{"type":"object","properties":{"geo":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"glo":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"ip":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"deal":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"bundleAndDomain":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"zipcode":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"region":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"device":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}},"audiences":{"type":"object","properties":{"allowlist":{"type":"array","items":"integer"},"denylist":{"type":"array","items":"integer"}}}}},"lineIdObject":{"type":"object","properties":{"lineId":{"type":"integer"}}},"login":{"type":"object","properties":{"email":{"type":"string","example":"email@login.com"},"password":{"type":"string","example":"123abcDEF"}},"required":["email","password"]},"login_list":{"title":"login list","type":"array","items":{"$ref":"#/components/schemas/login"}},"me":{"type":"object","properties":{"id":{"type":"integer","format":"int64","required":true},"name":{"type":"string","description":"The account name"},"email":{"type":"string","description":"The account email"},"type":{"type":"string","description":"The account type"},"permissions":{"type":"array","description":"The account permissions","items":{"type":"string"}},"entityId":{"type":"integer","format":"int64","description":"The ID of the entity it belongs to"}}},"me_list":{"type":"object","$ref":"#/definitions/me"},"lines-orchestrator":{"title":"LineOrchestrator","description":"LineOrchestrator database.","uniqueItemProperties":[],"properties":{"name":{"type":"string","maxLength":255,"allowNull":false},"label1":{"type":["string","null"],"maxLength":50,"allowNull":true},"label2":{"type":["string","null"],"maxLength":50,"allowNull":true},"label3":{"type":["string","null"],"maxLength":50,"allowNull":true},"label4":{"type":["string","null"],"maxLength":50,"allowNull":true},"status":{"type":"string","allowNull":false,"enum":["Active","Paused"]},"category":{"type":"string","allowNull":false,"description":"IAB category describing line","example":["IAB8-1"],"minLength":1,"maxLength":10},"domain":{"type":"string","format":"hostname","description":"Top level domain of the advertiser. This is only used by the publishers to identify their advertisers","maxLength":255,"minLength":3,"example":"foo.com","pattern":"^(?!www\\.)[-a-zA-Z0-9@:%._+~#=]{2,256}\\.[a-zA-Z]{2,25}$"},"effectiveLandingUrl":{"type":["string","null"],"allowNull":true,"faker":"internet.url"},"appBundle":{"type":["string","null"],"maxLength":255},"trackingGroupId":{"type":["number","null"],"allowNull":true},"auditStatus":{"type":["string","null"],"allowNull":false,"enum":["approved","disapproved","under_revision"]},"createdAt":{"type":"string","allowNull":false},"schedule":{"type":"object","additionalProperties":false,"properties":{"startDate":{"type":"string","allowNull":false},"endDate":{"type":"string","allowNull":false},"dayParts":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["day","minEnd","minStart","hourEnd","hourStart"],"properties":{"day":{"type":"string","allowNull":false,"maxLength":10,"description":"Day of the week.","enum":["ALL","MONFRI","TUE","WED","THU","FRI","SAT","SUN","MON","END"],"faker":{"exp":"['ALL', 'MONFRI', 'TUE', 'WED', 'THU', 'FRI', 'SAT', 'SUN', 'MON', 'END'][Math.floor(Math.random()*10)]"},"example":"ALL"},"hourStart":{"type":"integer","allowNull":false,"default":0,"min":0,"max":23,"chance":{"integer":{"min":0,"max":23}},"minimum":0,"maximum":23},"minStart":{"type":"integer","allowNull":false,"default":0,"enum":[0,15,30,45],"chance":{"integer":{"min":0,"max":45}}},"hourEnd":{"type":"integer","allowNull":false,"default":0,"min":0,"max":23,"chance":{"integer":{"min":0,"max":23}},"minimum":0,"maximum":23},"minEnd":{"type":"integer","allowNull":false,"default":59,"enum":[14,29,44,59],"chance":{"integer":{"min":0,"max":45}}}}},"minItems":1}}},"pricing":{"type":"object","additionalProperties":false,"properties":{"price":{"type":"number","exclusiveMinimum":0,"allowNull":false}}},"lineSegmentTargeting":{"type":"object","additionalProperties":false,"properties":{"geo":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"glo":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"ip":{"type":"object","additionalProperties":false,"properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"deal":{"type":"object","additionalProperties":false,"properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"bundleAndDomain":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"zipcode":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"region":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"device":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"audiences":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"narrow_audiences":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"deviceCapabilities":{"type":"object","additionalProperties":false,"properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}}}},"lineCreatives":{"type":"array","items":{"type":"object","required":["creativeId","status"],"properties":{"creativeId":{"type":"integer","allowNull":false},"status":{"type":"string","allowNull":false},"maxBid":{"type":"number","exclusiveMinimum":0,"exclusiveMaximum":9999}}}},"lineDevicesTargeting":{"type":"object","additionalProperties":false,"properties":{"lineId":{"type":"integer","allowNull":false,"primaryKey":true,"autoIncrement":true,"description":"The id of the line."},"skadVtaMandatory":{"type":"boolean"},"skadNetwork":{"type":"string"},"connectionType":{"type":"string"},"trafficType":{"type":"string"},"languages":{"type":"array"},"adPositions":{"type":"array"},"osVersionRanges":{"type":["object","null"],"additionalProperties":{"type":"object","allowNull":true,"properties":{"minOsVersion":{"type":["integer","null"]},"maxOsVersion":{"type":["integer","null"]}},"additionalProperties":false}},"skadVersions":{"type":"array"},"devices":{"type":"array"},"browsers":{"type":"array"},"carriers":{"type":"object","properties":{"allowList":{"type":"array"},"denyList":{"type":"array"}}},"deviceModels":{"type":"object","properties":{"allowList":{"type":"array"},"denyList":{"type":"array"}}},"lineRequestFilter":{"type":"object","allowNull":false,"additionalProperties":false,"properties":{"deviceIdRestrictions":{"type":"string","enum":["ANY","DEVICE_ID","NO_DEVICE_ID"],"allowNull":false},"minBid":{"type":"number","minimum":0,"allowNull":false},"targetingAccuracy":{"type":"string","enum":["ANY","NARROW","WIDE"],"allowNull":false},"sdkTraffic":{"type":"string","enum":["ANY","SDK","NON_SDK"],"allowNull":false},"assetType":{"type":"string","enum":["ANY","STATIC","VIDEO"],"allowNull":false}}},"skippability":{"type":"object","properties":{"nonSkippable":{"type":"boolean"},"skippable":{"type":"boolean"},"unknown":{"type":"boolean"}},"required":["nonSkippable","skippable","unknown"]},"rewarded":{"type":["string","null"],"enum":["non-rewarded","none","rewarded"]},"interstitial":{"type":["string","null"],"enum":["non-interstitial","none","interstitial"]},"placementIds":{"type":"array","items":{"type":"integer","minimum":1},"allowNull":false,"uniqueItems":true,"minItems":0,"errorMessage":"placementIds must be an array of unique integers greater than 0"},"frequencyCapping":{"type":"object","additionalProperties":false,"properties":{"hits":{"example":1,"type":"number","minimum":0,"maximum":255},"period":{"example":6,"type":"number","multipleOf":0.01,"minimum":0,"maximum":168,"errorMessage":{"minimum":"must be greater than or equal to 0.01","maximum":"must be less than or equal to 168","multipleOf":"must have two decimal places at most","type":"must be a number"}},"propagateFrequencyCapping":{"type":"boolean","default":false},"mode":{"type":"string","enum":["deterministic","probabilistic"]}}},"if":{"properties":{"period":{"const":0}}},"then":{"properties":{"hits":{"const":0}},"errorMessage":{"properties":{"hits":"hits must be 0 if period is 0"}}},"else":{"properties":{"period":{"minimum":0.01}},"errorMessage":{"properties":{"period":"must be greater than or equal to 0.01"}}}}},"lineContentTargeting":{"type":"object","additionalProperties":false,"properties":{"coppaTargeting":{"type":"string","enum":["APPLIES","NOT_APPLIES","UNKNOWN","APPLIES_UNKNOWN","NOT_APPLIES_UNKNOWN","ANY"],"allowNull":true},"lineContentRating":{"type":"array","items":{"type":"number"},"allowNull":true}}},"lineAlgorithms":{"type":"object","properties":{"biddingAlgorithm":{"type":["object","null"],"properties":{"objective":{"enum":["cpa","cpc","wr"]},"objectivePrice":{"type":"number","exclusiveMinimum":0,"maximum":5000},"eventGroup":{"enum":["subscription","install","registration","landing","buy","start","complete","ad_watched","app_open","funnel_1","funnel_2","funnel_3","funnel_4","funnel_5","funnel_6","funnel_7","funnel_8","firstquartile","buyer_d1","buy_d1","buyer_d3","buy_d3","buyer_d7","buy_d7","iap_revenue_d1","iaa_revenue_d1","revenue_d1","iap_revenue_d3","iaa_revenue_d3","revenue_d3","iap_revenue_d7","iaa_revenue_d7","revenue_d7",null]},"algorithm":{"type":["string","null"],"allowNull":true}},"required":["objective"],"additionalProperties":false},"filterAlgorithms":{"type":"array","items":{"type":"object","properties":{"objective":{"enum":["ctr","cr"]},"threshold":{"type":"number","exclusiveMinimum":0,"maximum":1},"eventGroup":{"enum":["subscription","install","registration","landing","buy","start","complete","ad_watched","app_open","funnel_1","funnel_2","funnel_3","funnel_4","funnel_5","funnel_6","funnel_7","funnel_8","firstquartile",null]},"filterAlgorithm":{"type":["string","null"],"allowNull":true},"targetEvent":{"enum":["subscription","install","registration","landing","buy","start","complete","ad_watched","app_open","funnel_1","funnel_2","funnel_3","funnel_4","funnel_5","funnel_6","funnel_7","funnel_8","firstquartile",null]}},"required":["objective","threshold"],"additionalProperties":false},"maxItems":2},"creativeAlgorithm":{"type":["object","null"],"properties":{"algorithm":{"type":"string","allowNull":false},"objective":{"enum":["cpa"],"allowNull":false},"eventGroup":{"enum":["subscription","install","registration","landing","buy","start","complete","ad_watched","app_open","funnel_1","funnel_2","funnel_3","funnel_4","funnel_5","funnel_6","funnel_7","funnel_8","firstquartile"]},"ratio":{"type":"number","minimum":0,"maximum":1}},"required":["algorithm","objective","eventGroup","ratio"],"additionalProperties":false},"bidShadingStrategy":{"type":"array","uniqueItems":true,"maxItems":4,"items":{"type":"string","enum":["PRICE_FLOOR_OVERWRITE","HEADER_BIDDING_SHADING","WATERFALL_SHADING_BELOW_PF","HEADER_BIDDING_SHADING_BELOW_PF"]}},"businessModelValue":{"type":"number","exclusiveMinimum":0,"maximum":999.99999},"pacerObjectiveMax":{"type":"number","exclusiveMinimum":0,"maximum":5000},"winRateAlgorithm":{"type":"string"}},"required":[],"additionalProperties":false},"lineLimits":{"type":"object","additionalProperties":false,"properties":{"budget":{"type":"object","properties":{"daily":{"type":"number","allowNull":false,"anyOf":[{"const":-1},{"minimum":1,"maximum":150000}],"errorMessage":{"anyOf":"Daily budget should be unlimited or bigger than 1"}},"hourly":{"type":"number","allowNull":false,"minimum":-1,"maximum":20000}}},"impressions":{"type":"object","properties":{"total":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"daily":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"hourly":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999}}},"clicks":{"type":"object","properties":{"total":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"daily":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"hourly":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999}}},"conversions":{"type":"object","properties":{"total":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"daily":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"hourly":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999}}}},"anyOf":[{"required":["budget"]},{"required":["impressions"]},{"required":["clicks"]},{"required":["conversions"]}]},"geotargeting":{"additionalProperties":false,"type":"object","properties":{"countries":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"precision":{"type":"string","enum":["ip","gps"]},"radius":{"type":"integer","min":1,"max":1000000,"chance":{"integer":{"min":1,"max":1000000}}},"cities":{"type":"object","allowNull":false,"properties":{"allowlist":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"denylist":{"type":"array","uniqueItems":true,"items":{"type":"string"}}}},"enhancedGeoAccuracy":{"type":"boolean","allowNull":false}}},"lineExtraCosts":{"type":"object","additionalProperties":false,"properties":{"custom":{"type":"array","items":{"type":"object","properties":{"vendorType":{"type":"string"},"vendorName":{"type":"string"},"vendorFixCpmPrice":{"type":"number"}}}}}},"lineThirdParty":{"type":"object","additionalProperties":false,"properties":{"prebid":{"type":"array","items":{"type":"number"}},"postbid":{"type":["number","null"]}}},"lineCategories":{"type":"array","items":{"type":"string"}},"linePacerInfo":{"type":"object","additionalProperties":false,"properties":{"type":{"type":"string","enum":["smart","spend_fast"]},"features":{"type":"array","allowNull":true}}},"lineExchanges":{"type":"array","additionalProperties":false},"publisherScan":{"type":["object","null"],"additionalProperties":false,"properties":{"enabled":{"type":"boolean","default":false},"budget":{"type":"number"},"impressions":{"type":"number"},"clicks":{"type":"number"},"minEvents":{"type":"number"},"event":{"type":"string","allowNull":false},"shouldReset":{"type":"boolean"}}}},"additionalProperties":false},"lines-orchestrator_list":{"title":"lines-orchestrator list","type":"array","items":{"$ref":"#/components/schemas/lines-orchestrator"}},"ILineOrchestrator":{"title":"LineOrchestrator","description":"LineOrchestrator database.","uniqueItemProperties":[],"properties":{"name":{"type":"string","maxLength":255,"allowNull":false},"label1":{"type":["string","null"],"maxLength":50,"allowNull":true},"label2":{"type":["string","null"],"maxLength":50,"allowNull":true},"label3":{"type":["string","null"],"maxLength":50,"allowNull":true},"label4":{"type":["string","null"],"maxLength":50,"allowNull":true},"status":{"type":"string","allowNull":false,"enum":["Active","Paused"]},"category":{"type":"string","allowNull":false,"description":"IAB category describing line","example":["IAB8-1"],"minLength":1,"maxLength":10},"domain":{"type":"string","format":"hostname","description":"Top level domain of the advertiser. This is only used by the publishers to identify their advertisers","maxLength":255,"minLength":3,"example":"foo.com","pattern":"^(?!www\\.)[-a-zA-Z0-9@:%._+~#=]{2,256}\\.[a-zA-Z]{2,25}$"},"effectiveLandingUrl":{"type":["string","null"],"allowNull":true,"faker":"internet.url"},"appBundle":{"type":["string","null"],"maxLength":255},"trackingGroupId":{"type":["number","null"],"allowNull":true},"auditStatus":{"type":["string","null"],"allowNull":false,"enum":["approved","disapproved","under_revision"]},"createdAt":{"type":"string","allowNull":false},"schedule":{"type":"object","additionalProperties":false,"properties":{"startDate":{"type":"string","allowNull":false},"endDate":{"type":"string","allowNull":false},"dayParts":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["day","minEnd","minStart","hourEnd","hourStart"],"properties":{"day":{"type":"string","allowNull":false,"maxLength":10,"description":"Day of the week.","enum":["ALL","MONFRI","TUE","WED","THU","FRI","SAT","SUN","MON","END"],"faker":{"exp":"['ALL', 'MONFRI', 'TUE', 'WED', 'THU', 'FRI', 'SAT', 'SUN', 'MON', 'END'][Math.floor(Math.random()*10)]"},"example":"ALL"},"hourStart":{"type":"integer","allowNull":false,"default":0,"min":0,"max":23,"chance":{"integer":{"min":0,"max":23}},"minimum":0,"maximum":23},"minStart":{"type":"integer","allowNull":false,"default":0,"enum":[0,15,30,45],"chance":{"integer":{"min":0,"max":45}}},"hourEnd":{"type":"integer","allowNull":false,"default":0,"min":0,"max":23,"chance":{"integer":{"min":0,"max":23}},"minimum":0,"maximum":23},"minEnd":{"type":"integer","allowNull":false,"default":59,"enum":[14,29,44,59],"chance":{"integer":{"min":0,"max":45}}}}},"minItems":1}}},"pricing":{"type":"object","additionalProperties":false,"properties":{"price":{"type":"number","exclusiveMinimum":0,"allowNull":false}}},"lineSegmentTargeting":{"type":"object","additionalProperties":false,"properties":{"geo":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"glo":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"ip":{"type":"object","additionalProperties":false,"properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"deal":{"type":"object","additionalProperties":false,"properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"bundleAndDomain":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"zipcode":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"region":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"device":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"audiences":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"narrow_audiences":{"type":"object","properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}},"deviceCapabilities":{"type":"object","additionalProperties":false,"properties":{"allowlist":{"type":"array","items":{"type":"integer"}},"denylist":{"type":"array","items":{"type":"integer"}}}}}},"lineCreatives":{"type":"array","items":{"type":"object","required":["creativeId","status"],"properties":{"creativeId":{"type":"integer","allowNull":false},"status":{"type":"string","allowNull":false},"maxBid":{"type":"number","exclusiveMinimum":0,"exclusiveMaximum":9999}}}},"lineDevicesTargeting":{"type":"object","additionalProperties":false,"properties":{"lineId":{"type":"integer","allowNull":false,"primaryKey":true,"autoIncrement":true,"description":"The id of the line."},"skadVtaMandatory":{"type":"boolean"},"skadNetwork":{"type":"string"},"connectionType":{"type":"string"},"trafficType":{"type":"string"},"languages":{"type":"array"},"adPositions":{"type":"array"},"osVersionRanges":{"type":["object","null"],"additionalProperties":{"type":"object","allowNull":true,"properties":{"minOsVersion":{"type":["integer","null"]},"maxOsVersion":{"type":["integer","null"]}},"additionalProperties":false}},"skadVersions":{"type":"array"},"devices":{"type":"array"},"browsers":{"type":"array"},"carriers":{"type":"object","properties":{"allowList":{"type":"array"},"denyList":{"type":"array"}}},"deviceModels":{"type":"object","properties":{"allowList":{"type":"array"},"denyList":{"type":"array"}}},"lineRequestFilter":{"type":"object","allowNull":false,"additionalProperties":false,"properties":{"deviceIdRestrictions":{"type":"string","enum":["ANY","DEVICE_ID","NO_DEVICE_ID"],"allowNull":false},"minBid":{"type":"number","minimum":0,"allowNull":false},"targetingAccuracy":{"type":"string","enum":["ANY","NARROW","WIDE"],"allowNull":false},"sdkTraffic":{"type":"string","enum":["ANY","SDK","NON_SDK"],"allowNull":false},"assetType":{"type":"string","enum":["ANY","STATIC","VIDEO"],"allowNull":false}}},"skippability":{"type":"object","properties":{"nonSkippable":{"type":"boolean"},"skippable":{"type":"boolean"},"unknown":{"type":"boolean"}},"required":["nonSkippable","skippable","unknown"]},"rewarded":{"type":["string","null"],"enum":["non-rewarded","none","rewarded"]},"interstitial":{"type":["string","null"],"enum":["non-interstitial","none","interstitial"]},"placementIds":{"type":"array","items":{"type":"integer","minimum":1},"allowNull":false,"uniqueItems":true,"minItems":0,"errorMessage":"placementIds must be an array of unique integers greater than 0"},"frequencyCapping":{"type":"object","additionalProperties":false,"properties":{"hits":{"example":1,"type":"number","minimum":0,"maximum":255},"period":{"example":6,"type":"number","multipleOf":0.01,"minimum":0,"maximum":168,"errorMessage":{"minimum":"must be greater than or equal to 0.01","maximum":"must be less than or equal to 168","multipleOf":"must have two decimal places at most","type":"must be a number"}},"propagateFrequencyCapping":{"type":"boolean","default":false},"mode":{"type":"string","enum":["deterministic","probabilistic"]}}},"if":{"properties":{"period":{"const":0}}},"then":{"properties":{"hits":{"const":0}},"errorMessage":{"properties":{"hits":"hits must be 0 if period is 0"}}},"else":{"properties":{"period":{"minimum":0.01}},"errorMessage":{"properties":{"period":"must be greater than or equal to 0.01"}}}}},"lineContentTargeting":{"type":"object","additionalProperties":false,"properties":{"coppaTargeting":{"type":"string","enum":["APPLIES","NOT_APPLIES","UNKNOWN","APPLIES_UNKNOWN","NOT_APPLIES_UNKNOWN","ANY"],"allowNull":true},"lineContentRating":{"type":"array","items":{"type":"number"},"allowNull":true}}},"lineAlgorithms":{"type":"object","properties":{"biddingAlgorithm":{"type":["object","null"],"properties":{"objective":{"enum":["cpa","cpc","wr"]},"objectivePrice":{"type":"number","exclusiveMinimum":0,"maximum":5000},"eventGroup":{"enum":["subscription","install","registration","landing","buy","start","complete","ad_watched","app_open","funnel_1","funnel_2","funnel_3","funnel_4","funnel_5","funnel_6","funnel_7","funnel_8","firstquartile","buyer_d1","buy_d1","buyer_d3","buy_d3","buyer_d7","buy_d7","iap_revenue_d1","iaa_revenue_d1","revenue_d1","iap_revenue_d3","iaa_revenue_d3","revenue_d3","iap_revenue_d7","iaa_revenue_d7","revenue_d7",null]},"algorithm":{"type":["string","null"],"allowNull":true}},"required":["objective"],"additionalProperties":false},"filterAlgorithms":{"type":"array","items":{"type":"object","properties":{"objective":{"enum":["ctr","cr"]},"threshold":{"type":"number","exclusiveMinimum":0,"maximum":1},"eventGroup":{"enum":["subscription","install","registration","landing","buy","start","complete","ad_watched","app_open","funnel_1","funnel_2","funnel_3","funnel_4","funnel_5","funnel_6","funnel_7","funnel_8","firstquartile",null]},"filterAlgorithm":{"type":["string","null"],"allowNull":true},"targetEvent":{"enum":["subscription","install","registration","landing","buy","start","complete","ad_watched","app_open","funnel_1","funnel_2","funnel_3","funnel_4","funnel_5","funnel_6","funnel_7","funnel_8","firstquartile",null]}},"required":["objective","threshold"],"additionalProperties":false},"maxItems":2},"creativeAlgorithm":{"type":["object","null"],"properties":{"algorithm":{"type":"string","allowNull":false},"objective":{"enum":["cpa"],"allowNull":false},"eventGroup":{"enum":["subscription","install","registration","landing","buy","start","complete","ad_watched","app_open","funnel_1","funnel_2","funnel_3","funnel_4","funnel_5","funnel_6","funnel_7","funnel_8","firstquartile"]},"ratio":{"type":"number","minimum":0,"maximum":1}},"required":["algorithm","objective","eventGroup","ratio"],"additionalProperties":false},"bidShadingStrategy":{"type":"array","uniqueItems":true,"maxItems":4,"items":{"type":"string","enum":["PRICE_FLOOR_OVERWRITE","HEADER_BIDDING_SHADING","WATERFALL_SHADING_BELOW_PF","HEADER_BIDDING_SHADING_BELOW_PF"]}},"businessModelValue":{"type":"number","exclusiveMinimum":0,"maximum":999.99999},"pacerObjectiveMax":{"type":"number","exclusiveMinimum":0,"maximum":5000},"winRateAlgorithm":{"type":"string"}},"required":[],"additionalProperties":false},"lineLimits":{"type":"object","additionalProperties":false,"properties":{"budget":{"type":"object","properties":{"daily":{"type":"number","allowNull":false,"anyOf":[{"const":-1},{"minimum":1,"maximum":150000}],"errorMessage":{"anyOf":"Daily budget should be unlimited or bigger than 1"}},"hourly":{"type":"number","allowNull":false,"minimum":-1,"maximum":20000}}},"impressions":{"type":"object","properties":{"total":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"daily":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"hourly":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999}}},"clicks":{"type":"object","properties":{"total":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"daily":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"hourly":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999}}},"conversions":{"type":"object","properties":{"total":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"daily":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999},"hourly":{"type":"number","allowNull":false,"minimum":-1,"maximum":999999999}}}},"anyOf":[{"required":["budget"]},{"required":["impressions"]},{"required":["clicks"]},{"required":["conversions"]}]},"geotargeting":{"additionalProperties":false,"type":"object","properties":{"countries":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"precision":{"type":"string","enum":["ip","gps"]},"radius":{"type":"integer","min":1,"max":1000000,"chance":{"integer":{"min":1,"max":1000000}}},"cities":{"type":"object","allowNull":false,"properties":{"allowlist":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"denylist":{"type":"array","uniqueItems":true,"items":{"type":"string"}}}},"enhancedGeoAccuracy":{"type":"boolean","allowNull":false}}},"lineExtraCosts":{"type":"object","additionalProperties":false,"properties":{"custom":{"type":"array","items":{"type":"object","properties":{"vendorType":{"type":"string"},"vendorName":{"type":"string"},"vendorFixCpmPrice":{"type":"number"}}}}}},"lineThirdParty":{"type":"object","additionalProperties":false,"properties":{"prebid":{"type":"array","items":{"type":"number"}},"postbid":{"type":["number","null"]}}},"lineCategories":{"type":"array","items":{"type":"string"}},"linePacerInfo":{"type":"object","additionalProperties":false,"properties":{"type":{"type":"string","enum":["smart","spend_fast"]},"features":{"type":"array","allowNull":true}}},"lineExchanges":{"type":"array","additionalProperties":false},"publisherScan":{"type":["object","null"],"additionalProperties":false,"properties":{"enabled":{"type":"boolean","default":false},"budget":{"type":"number"},"impressions":{"type":"number"},"clicks":{"type":"number"},"minEvents":{"type":"number"},"event":{"type":"string","allowNull":false},"shouldReset":{"type":"boolean"}}}},"additionalProperties":false},"os-versions":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"os_name":{"type":"string"},"os_number":{"type":"string"},"description":{"type":"string"},"android_api":{"type":"string"}},"required":[]},"os-versions_list":{"title":"os-versions list","type":"array","items":{"$ref":"#/components/schemas/os-versions"}},"platform-events":{"title":"PlatformEvents","description":"PlatformEvents database.","required":[],"uniqueItemProperties":[],"properties":{"name":{"type":"string","description":"name","allowNull":false},"slug":{"type":"string","description":"slug name","allowNull":false},"is_pixel":{"type":"boolean","description":"Is pixel","allowNull":false},"value":{"type":"integer","description":"Value","allowNull":false}}},"platform-events_list":{"title":"platform-events list","type":"array","items":{"$ref":"#/components/schemas/platform-events"}}}},"openapi":"3.0.2","tags":[{"name":"all-deals","description":"A all-deals service"},{"name":"ab-tests","description":"A ab-tests service"},{"name":"accounts","description":"A accounts service"},{"name":"ad-campaigns","description":"A ad-campaigns service"},{"name":"agencies","description":"A agencies service"},{"name":"algorithms","description":"A algorithms service"},{"name":"audiences","description":"A audiences service"},{"name":"all-audiences","description":"Service to manage line target"},{"name":"bi-dashboards","description":"A bi-dashboards service"},{"name":"campaigns","description":"A campaigns service"},{"name":"bundles","description":"A bundles service"},{"name":"cities","description":"A cities service"},{"name":"creatives","description":"A creatives service"},{"name":"folders","description":"A folders service"},{"name":"lines","description":"A lines service"},{"name":"content-ratings","description":"A content-ratings service"},{"name":"creative-url-groups","description":"A creative-url-groups service"},{"name":"creatives-source-files-groups","description":"A creatives-source-files-groups service"},{"name":"creatives-source-files","description":"A creatives-source-files service"},{"name":"creatives-source-files-upload","description":"A creatives-source-files-upload service"},{"name":"device-capabilities","description":"A device-capabilities service"},{"name":"device-models","description":"A device-models service"},{"name":"device-languages","description":"A device-languages service"},{"name":"lists","description":"A lists service"},{"name":"device-os","description":"A device-os service"},{"name":"devices-targeting","description":"A devices-targeting service"},{"name":"events-mappings","description":"A events-mappings service"},{"name":"events-mappings-download","description":"A events-mappings-download service"},{"name":"exchanges","description":"A exchanges service"},{"name":"inventory-scan-restart","description":"A inventory-scan-restart service"},{"name":"new-lists","description":"A new-lists service"},{"name":"multicreatives","description":"A multicreatives service"},{"name":"on-demand-reports","description":"A on-demand-reports service"},{"name":"lines-orchestrator","description":"Service to coordinate all endpoints related to line management"},{"name":"os-versions","description":"Helper to retrieve all os versions"},{"name":"platform-events","description":"Platform events service."},{"name":"fraudpixels","description":"A fraudpixels service"},{"name":"placements","description":"A placements service"},{"name":"provider-categories","description":"A provider-categories service"},{"name":"scheduled-reports","description":"A scheduled-reports service"},{"name":"segments","description":"A segments service"},{"name":"skad-versions","description":"A skad-versions service"},{"name":"tracking-groups","description":"A tracking-groups service"},{"name":"videos","description":"A videos service"},{"name":"regions","description":"A regions service"},{"name":"users","description":"A users service"},{"name":"dmps","description":"A dmps service"}],"info":{}}