Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
turned all 'Sample Request:' -> 'Sample request:'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquafina-water-bottle committed Jan 14, 2023
1 parent db7f014 commit 4b4e077
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2608,7 +2608,7 @@ corresponding to when the API was available for use.
* Rename the field name of a given model.
<details>
<summary><i>Sample Request:</i></summary>
<summary><i>Sample request:</i></summary>
```json
{
Expand Down Expand Up @@ -2641,7 +2641,7 @@ corresponding to when the API was available for use.
The value of `index` starts at 0. For example, an index of `0` puts the field in the first position, and an index of `2` puts the field in the third position.
<details>
<summary><i>Sample Request:</i></summary>
<summary><i>Sample request:</i></summary>
```json
{
Expand Down Expand Up @@ -2674,7 +2674,7 @@ corresponding to when the API was available for use.
Optionally, the `index` value can be provided, which works exactly the same as the index in `modelFieldReposition`. By default, the field is added to the end of the field list.
<details>
<summary><i>Sample Request:</i></summary>
<summary><i>Sample request:</i></summary>
```json
{
Expand Down Expand Up @@ -2705,7 +2705,7 @@ corresponding to when the API was available for use.
* Deletes a field within a given model.
<details>
<summary><i>Sample Request:</i></summary>
<summary><i>Sample request:</i></summary>
```json
{
Expand Down Expand Up @@ -2735,7 +2735,7 @@ corresponding to when the API was available for use.
* Sets the font for a field within a given model.
<details>
<summary><i>Sample Request:</i></summary>
<summary><i>Sample request:</i></summary>
```json
{
Expand Down Expand Up @@ -2766,7 +2766,7 @@ corresponding to when the API was available for use.
* Sets the font size for a field within a given model.
<details>
<summary><i>Sample Request:</i></summary>
<summary><i>Sample request:</i></summary>
```json
{
Expand Down Expand Up @@ -2799,7 +2799,7 @@ corresponding to when the API was available for use.
Older versions of Anki (2.1.49 and below) do not have field descriptions. In that case, this will return with `false`.
<details>
<summary><i>Sample Request:</i></summary>
<summary><i>Sample request:</i></summary>
```json
{
Expand Down

0 comments on commit 4b4e077

Please sign in to comment.