Project

General

Profile

Actions

User story #9897

closed

User story #9698: Import node properties from external data sources

User story #9700: API Rest to define Data sources

Move datasource parameters into a specific entry in rest json

Added by Vincent MEMBRÉ over 7 years ago. Updated over 7 years ago.

Status:
Released
Priority:
1
Category:
API
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

Description

Currently source structure is:

{
...
type : {
  name : http
  [ other parameters]
}
...
}

we should changed it to:
{
...
type : {
  name : http
  parameters : {  [other parameters] }
}
...
}

Actions

Also available in: Atom PDF