Explorar el Código

missing tag create

master
Pascal Gloor hace 5 años
padre
commit
82517ce9e5
Se han modificado 1 ficheros con 26 adiciones y 0 borrados
  1. 26
    0
      etc/openapi.json

+ 26
- 0
etc/openapi.json Ver fichero

@@ -219,6 +219,32 @@
}
}
}
},
"post": {
"description": "Create a new tag",
"parameters": [
{
"name": "tagName",
"in":"query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "tagColor",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/tags/{tagId}": {

Cargando…
Cancelar
Guardar