From 3643dfe26bb48451acc659471dc8b4df9a2960e4 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 13 Apr 2023 20:47:03 -0500 Subject: [PATCH] fix: remove unnecessary table class --- src/docs/version_002/data_format/copy.md | 4 ++-- src/docs/version_002/error_handling/copy.md | 5 +++++ src/docs/version_002/pagination/copy.md | 4 ++-- src/docs/version_002/resources/records/copy.md | 2 +- .../version_002/resources/records/field_values/copy.md | 10 +++++----- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/docs/version_002/data_format/copy.md b/src/docs/version_002/data_format/copy.md index 817f75d..3a80118 100644 --- a/src/docs/version_002/data_format/copy.md +++ b/src/docs/version_002/data_format/copy.md @@ -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 diff --git a/src/docs/version_002/error_handling/copy.md b/src/docs/version_002/error_handling/copy.md index e69de29..68452be 100644 --- a/src/docs/version_002/error_handling/copy.md +++ b/src/docs/version_002/error_handling/copy.md @@ -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. diff --git a/src/docs/version_002/pagination/copy.md b/src/docs/version_002/pagination/copy.md index 382d54b..9034d80 100644 --- a/src/docs/version_002/pagination/copy.md +++ b/src/docs/version_002/pagination/copy.md @@ -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 diff --git a/src/docs/version_002/resources/records/copy.md b/src/docs/version_002/resources/records/copy.md index 94d66bc..a73c8e3 100644 --- a/src/docs/version_002/resources/records/copy.md +++ b/src/docs/version_002/resources/records/copy.md @@ -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 diff --git a/src/docs/version_002/resources/records/field_values/copy.md b/src/docs/version_002/resources/records/field_values/copy.md index 3eca814..a781bc1 100644 --- a/src/docs/version_002/resources/records/field_values/copy.md +++ b/src/docs/version_002/resources/records/field_values/copy.md @@ -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