
A new endpoint has been made available to admin users on ``POST /v2/dataframes``. This will allow end users to push DataFrames in the form of JSON objects into the CloudKitty storage. Documentation and unit tests are included in this commit. Depends-On: https://review.opendev.org/#/c/668669/ Change-Id: I42641462ecbac89f400a257805fc99f4027903b3 Story: 2005890 Task: 35953
7 lines
105 B
YAML
7 lines
105 B
YAML
dataframes_body:
|
|
in: body
|
|
description: |
|
|
List of dataframes to add
|
|
type: list
|
|
required: true
|