⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the request body
{"properties":{"table_name":{"type":"string","title":"Table Name"},"data":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Data","description":"Actual data to append. \nKeys in this dictionary must be a subset of the columns in the table. If not specified, column will be set to NULL.\nNaN and NULL are considered to be the same thing.","examples":[[{"dec":41.269,"name":"M 31","ra":0.7123},{"dec":30.6602,"name":"M 33","ra":1.5641}]]}},"type":"object","required":["table_name","data"],"title":"AddDataRequest"}
Responses
{"data":{}}
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the request body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
Creates new schema for the table which can later be used to upload data.
Important: If the table with the specified name already exists, does nothing and returns ID
of the previously created table without any alterations.
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the request body
{"properties":{"table_name":{"type":"string","title":"Table Name"},"columns":{"items":{"$ref":"#/components/schemas/ColumnDescription"},"type":"array","title":"Columns","description":"List of columns in the table","examples":[[{"data_type":"str","name":"name","ucd":"meta.id"},{"data_type":"float","name":"ra","ucd":"pos.eq.ra","unit":"hourangle"},{"data_type":"float","name":"dec","ucd":"pos.eq.dec","unit":"deg"}]]},"bibcode":{"type":"string","title":"Bibcode","description":"ADS bibcode of the article that published the data (or code of the internal communication)","examples":["2024PDU....4601628D"]},"datatype":{"$ref":"#/components/schemas/DataType"},"description":{"type":"string","title":"Description","description":"Human-readable description of the table"}},"type":"object","required":["table_name","columns","bibcode","datatype","description"],"title":"CreateTableRequest"}
Responses
{"data":{"id":0}}
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
{"table_name":"my_table","columns":{"vmag":{"description":"Visual magnitude in the V band"}}}
Request body
{"table_name":"string","columns":{}}
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the request body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the request body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the request body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
Bulk write columnar data into a layer 1 catalog table. Records are identified by
internal HyperLEDA IDs (must already be registered there). Use catalog to target icrs,
designation, or redshift. Column names and units are given once; data is a 2D array of rows.
For every column that has unit metadata in the database, the request must include that column in
units.
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the request body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
Actual data to append.
Keys in this dictionary must be a subset of the columns in the table. If not specified, column will be set to NULL.
NaN and NULL are considered to be the same thing.