"description":"Une API pour choisir les couleurs en agb. Il existe un endpoint SSE pour être notifié des mises à jour des couleurs à l'addresse [https://agb.hackens.org/api/sse](https://agb.hackens.org/api/sse). Une description du plan d'addressage au format JSON est disponible: [/api-docs/patch.json](/api-docs/patch.json). On peut récupérer le token d'API à l'addresse: [/token](/token)."
},
"servers":[
{
"url":"https://agb.hackens.org/api"
}
],
"paths":{
"/values":{
"get":{
"summary":"Get the colors for all the channels",
"operationId":"getValues",
"responses":{
"200":{
"description":"List of colors",
"content":{
"application/json":{
"schema":{
"type":"array",
"items":{
"$ref":"#/components/schemas/Color"
}
}
}
}
}
}
},
"post":{
"summary":"Change multiple colors",
"description":"Change multiple colors. This request has a cooldown of 500ms.",
"description":"Changes box state, you need to be cof to act on this endpoint. The json do not need to contain all fields, it can be partial and only the provided values will be updated.",