docs: fix type
This commit is contained in:
Vendored
+1
@@ -3,6 +3,7 @@
|
|||||||
"typescript.enablePromptUseWorkspaceTsdk": true,
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"configparser",
|
"configparser",
|
||||||
|
"DDTHH",
|
||||||
"markdoc",
|
"markdoc",
|
||||||
"Onpsring",
|
"Onpsring",
|
||||||
"prismjs"
|
"prismjs"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Data Format {% #data-format %}
|
# 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 Records by App](#get-records-by-app)
|
||||||
- [Get Record by Id](#get-record-by-id)
|
- [Get Record by Id](#get-record-by-id)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# The Values in a Raw Response
|
# The Values in a Raw Response
|
||||||
|
|
||||||
{% code Heading="RAW" defaultLanguage="json" %}
|
{% code heading="RAW" defaultLanguage="json" %}
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
# The Values in a Formatted Response
|
# The Values in a Formatted Response
|
||||||
|
|
||||||
{% code Heading="RAW" defaultLanguage="json" %}
|
{% code heading="RAW" defaultLanguage="json" %}
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user