Commit 021f3ee0 authored by Aigerim Shaumenova's avatar Aigerim Shaumenova

Update First_configuration.rst

parent 23306b97
......@@ -422,8 +422,11 @@ $ chmod a+x /opt/synergy/apps/itsm/scripts/contractExpirationNotice.sh
1. вызвать метод для создания временного файла на сервере: ${HOST}/Synergy/rest/api/storage/start_upload (start_upload)
Method: GET
В ответе получаем путь до временного файла, пример ответа:
{
"errorCode": "0",
"file": "/opt/synergy/jboss/standalone/tmp/Synergy/upload.tmp/96f50f11-17e7-4aa9-9798-cba4d81f4135"
......@@ -432,13 +435,19 @@ Method: GET
2. Далее необходимо загрузить данные во временный файл с помощью метода ${HOST}/Synergy/rest/api/storage/upload_part (upload_part)
Method: POST
Enctype: multipart/form-data
3. после загрузки файлов на сервер, необходимо вызвать метод создания обращения ${HOST}/itsm/rest/incident/create
Method: POST
Content Type: application/json; charset=utf-8
пример передаваемых параметров:
{
"theme": "text theme",
"description": "text description",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment