fix: remove unnecessary table class
This commit is contained in:
@@ -12,7 +12,7 @@ The format values can be either `Raw` or `Formatted`. If the format is not speci
|
||||
|
||||
## Raw Format {% #raw-format %}
|
||||
|
||||
{% table .propertiesTable %}
|
||||
{% table %}
|
||||
|
||||
- Field Type
|
||||
- Return Data Type
|
||||
@@ -60,7 +60,7 @@ The format values can be either `Raw` or `Formatted`. If the format is not speci
|
||||
|
||||
## Formatted Format {% #formatted-format %}
|
||||
|
||||
{% table .propertiesTable %}
|
||||
{% table %}
|
||||
|
||||
- Field Type
|
||||
- Return Data Type
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# Error Handling
|
||||
|
||||
The Onspring API uses conventional HTTP response codes to indicate the success or failure of an API request. Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided. Codes in the 5xx range indicate an error within Onspring's servers.
|
||||
|
||||
Some 4xx errors will also include an error object in the response body. This object can contain additional information about the error.
|
||||
|
||||
@@ -11,7 +11,7 @@ The Onspring API supports pagination for some endpoints for some resources. Pagi
|
||||
|
||||
When making a request to one of the endpoints that support pagination you can use the following parameters to control the pagination behavior:
|
||||
|
||||
{% table .propertiesTable %}
|
||||
{% table %}
|
||||
|
||||
- Parameter Name
|
||||
- Data Type
|
||||
@@ -35,7 +35,7 @@ When making a request to one of the endpoints that support pagination you can us
|
||||
|
||||
When making a request to one of the endpoints that support pagination you will receive a response that contains a `Paged Collection` object that has the following properties which can be used to determine if there are more pages of data available and to retrieve the next page of data:
|
||||
|
||||
{% table .propertiesTable %}
|
||||
{% table %}
|
||||
|
||||
- Property Name
|
||||
- Data Type
|
||||
|
||||
@@ -4,7 +4,7 @@ These are objects representing a content record in your instance. You can create
|
||||
|
||||
## Record Properties
|
||||
|
||||
{% table .propertiesTable %}
|
||||
{% table %}
|
||||
|
||||
- Property Name
|
||||
- Data Type
|
||||
|
||||
@@ -4,7 +4,7 @@ These are objects representing a field value in a record. They will comprise the
|
||||
|
||||
## Field Value Properties
|
||||
|
||||
{% table .propertiesTable %}
|
||||
{% table %}
|
||||
|
||||
- Property Name
|
||||
- Data Type
|
||||
@@ -32,7 +32,7 @@ These are objects representing a field value in a record. They will comprise the
|
||||
|
||||
### Field Value Types
|
||||
|
||||
{% table .propertiesTable %}
|
||||
{% table %}
|
||||
|
||||
- Type
|
||||
- Description
|
||||
@@ -114,7 +114,7 @@ These are objects representing a field value in a record. They will comprise the
|
||||
|
||||
### Time Span Field Value {% #time-field-span-value %}
|
||||
|
||||
{% table .propertiesTable %}
|
||||
{% table %}
|
||||
|
||||
- Property Name
|
||||
- Data Type
|
||||
@@ -154,7 +154,7 @@ These are objects representing a field value in a record. They will comprise the
|
||||
|
||||
### Attachment Field Value {% #attachment-field-value %}
|
||||
|
||||
{% table .propertiesTable %}
|
||||
{% table %}
|
||||
|
||||
- Property Name
|
||||
- Data Type
|
||||
@@ -194,7 +194,7 @@ These are objects representing a field value in a record. They will comprise the
|
||||
|
||||
### Scoring Group Field Value {% #scoring-group-field-value %}
|
||||
|
||||
{% table .propertiesTable %}
|
||||
{% table %}
|
||||
|
||||
- Property Name
|
||||
- Data Type
|
||||
|
||||
Reference in New Issue
Block a user