@digipair/skill-web-inputs 0.5.1 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema.json +2 -2
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"/digipair-input-file": {
|
|
86
86
|
"post": {
|
|
87
87
|
"tags": ["boost"],
|
|
88
|
-
"summary": "Lecture d'un fichier",
|
|
89
|
-
"description": "Lecture d'un fichier au format base 64",
|
|
88
|
+
"summary": "Lecture d'un fichier binaire",
|
|
89
|
+
"description": "Lecture d'un fichier binaire au format base 64",
|
|
90
90
|
"parameters": [
|
|
91
91
|
{
|
|
92
92
|
"name": "label",
|