HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Saves both Wan and Lan labels

The request body has sets of labels (an object) under the wan and lan keys. In the label object set, the key is the label id, and the value is the label name. Example : {lan: { 1: data, 2:video}, wan: {1: mpls, 2: internet}}

The labels you POST will completely replace the labels saved, and will delete labels you did not pass. If the request fails to delete some labels, it will still succeed but return an error message stating it failed to delete some labels.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean

Boolean flag on whether or not to delete dependencies

Body Params

Set of labels you wish to save (will overwrite the current list of labels)

lan
object
wan
object
Response
200

No response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!