mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
fix(TaskProcessing): Update openapi descriptions for user-facing error messages
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
aaadbdf765
commit
7d2a1568e8
3 changed files with 18 additions and 0 deletions
|
|
@ -960,6 +960,12 @@
|
|||
"nullable": true,
|
||||
"default": null,
|
||||
"description": "An error message if the task failed"
|
||||
},
|
||||
"userFacingErrorMessage": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"default": null,
|
||||
"description": "An error message that will be shown to the user"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10865,6 +10865,12 @@
|
|||
"nullable": true,
|
||||
"default": null,
|
||||
"description": "An error message if the task failed"
|
||||
},
|
||||
"userFacingErrorMessage": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"default": null,
|
||||
"description": "An error message that will be shown to the user"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14381,6 +14381,12 @@
|
|||
"nullable": true,
|
||||
"default": null,
|
||||
"description": "An error message if the task failed"
|
||||
},
|
||||
"userFacingErrorMessage": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"default": null,
|
||||
"description": "An error message that will be shown to the user"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue