fix: remove unnecessary table class

This commit is contained in:
Stevan Freeborn
2023-04-13 20:47:03 -05:00
parent 25d7a70f4e
commit 3643dfe26b
5 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ The format values can be either `Raw` or `Formatted`. If the format is not speci
## Raw Format {% #raw-format %} ## Raw Format {% #raw-format %}
{% table .propertiesTable %} {% table %}
- Field Type - Field Type
- Return Data 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 %} ## Formatted Format {% #formatted-format %}
{% table .propertiesTable %} {% table %}
- Field Type - Field Type
- Return Data 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.
+2 -2
View File
@@ -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: 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 - Parameter Name
- Data Type - 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: 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 - Property Name
- Data Type - Data Type
@@ -4,7 +4,7 @@ These are objects representing a content record in your instance. You can create
## Record Properties ## Record Properties
{% table .propertiesTable %} {% table %}
- Property Name - Property Name
- Data Type - Data Type
@@ -4,7 +4,7 @@ These are objects representing a field value in a record. They will comprise the
## Field Value Properties ## Field Value Properties
{% table .propertiesTable %} {% table %}
- Property Name - Property Name
- Data Type - Data Type
@@ -32,7 +32,7 @@ These are objects representing a field value in a record. They will comprise the
### Field Value Types ### Field Value Types
{% table .propertiesTable %} {% table %}
- Type - Type
- Description - 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 %} ### Time Span Field Value {% #time-field-span-value %}
{% table .propertiesTable %} {% table %}
- Property Name - Property Name
- Data Type - 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 %} ### Attachment Field Value {% #attachment-field-value %}
{% table .propertiesTable %} {% table %}
- Property Name - Property Name
- Data Type - 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 %} ### Scoring Group Field Value {% #scoring-group-field-value %}
{% table .propertiesTable %} {% table %}
- Property Name - Property Name
- Data Type - Data Type