docs: fix type
This commit is contained in:
Vendored
+1
@@ -3,6 +3,7 @@
|
||||
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||||
"cSpell.words": [
|
||||
"configparser",
|
||||
"DDTHH",
|
||||
"markdoc",
|
||||
"Onpsring",
|
||||
"prismjs"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Data Format {% #data-format %}
|
||||
|
||||
When retrieving data via the Onspring API using certain endpoints you can specify the format of the data being retrieved. The format can be will be specified either in a query parameter or in the request body. These endpoints are:
|
||||
When retrieving data via the Onspring API using certain endpoints you can specify the format of the data being retrieved. The format will be specified either in a query parameter or in the request body. These endpoints are:
|
||||
|
||||
- [Get Records by App](#get-records-by-app)
|
||||
- [Get Record by Id](#get-record-by-id)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# The Values in a Raw Response
|
||||
|
||||
{% code Heading="RAW" defaultLanguage="json" %}
|
||||
{% code heading="RAW" defaultLanguage="json" %}
|
||||
|
||||
```json
|
||||
{
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
# The Values in a Formatted Response
|
||||
|
||||
{% code Heading="RAW" defaultLanguage="json" %}
|
||||
{% code heading="RAW" defaultLanguage="json" %}
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user