...
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Starting Release 8.2, Zephyr Enterprise documentation is moving from its current location on Atlassian to a dedicated, standalone Zephyr Enterprise Documentation page. Please see: https://support.smartbear.com/zephyr-enterprise/docs/en/migrating-to-zephyr-enterprise/via-rest-api/create-a-test-case-tree.html |
Table of Contents |
---|
Create a folder or phase
...
Code Block | ||
---|---|---|
| ||
{ "tcrCatalogTreeId": 18, "testcase": { "name": "Testcase in Sub-Folder" } } |
tcrCatalogTreeId - the ID of the folder where you want to create the test case.
...
Expand | ||
---|---|---|
| ||
1. Download cURL and extract the zip file. 2. Open the command prompt and navigate to the src folder containing the curl.exe executable: 3. Run the following cURL command:
<file path> - the location of the file to be uploaded. <ip> - the IP address of the server. Example: 4. The above-mentioned command will return the temporary location of the uploaded file in the JSON format. You will use this path in the request body when sending a request. Example: |
...
http://<server-ip>/flex/services/rest/latest/attachment/list
...
Request body
|
tempPath - the path to the uploaded file.
...