com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Loading Default Features as Customized Features via REST API
Overview
Description | Retrieving all version sets of a dataset |
Resource Path |
|
HTTP Method | POST |
Request/Response Format | application/json |
Parameter description
Parameter | Description |
---|---|
{id} | ID of the analysis to which, you need to load the default features as customized features. |
Example
POST https://localhost:9443/api/analyses/{id}/features/defaults { "include": true, "imputeOption": "DISCARD" }
Sample cURL command
curl -X POST -H "Content-Type: application/json" -H "Authorization: Basic YWRtaW46YWRtaW4=" -v https://localhost:9443/api/analyses/1/features/defaults -k -v -d @'customized-features.json'
REST API response
HTTP status code | 200 For descriptions of the HTTP status codes, see HTTP Status Codes. |