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
@@ -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