Skip to content

Commit 11cfbb3

Browse files
committed
improved formatting and bolded internal hyperlinks
1 parent a8d087c commit 11cfbb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/troubleshooting/api/api_charset_and_encoding_fix_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Follow the steps below:
1515

1616
Make sure your API call includes the appropriate headers to instruct the server on how to format the response. Add the following headers to your API configuration:
1717

18-
`Content-Type: application/json`
18+
- `Content-Type: application/json`
1919

20-
`Charset: utf-8`
20+
- `Charset: utf-8`
2121

2222

2323
These headers tell the server to return the data in JSON format using UTF-8 encoding, which is compatible with FlutterFlow.

docs/troubleshooting/api/client-server_errors_during_the_api_call.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When calling an API in FlutterFlow, you may run into client-server errors. These
1010

1111
This guide will help you understand the most common API error codes and how to fix them.
1212

13-
To learn more about APIs, check out our [API documentation guide](/resources/backend-logic/rest-api/).
13+
To learn more about APIs, check out our **[API documentation guide](/resources/backend-logic/rest-api/)**.
1414

1515
## Common client-side status codes
1616

0 commit comments

Comments
 (0)