Skip to content

Commit 8924f40

Browse files
authored
Merge pull request #48304 from palSagnik/main
Fix incorrect content type in API reference page
2 parents 2ab782f + 28db3e9 commit 8924f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ For example:
172172

173173
```
174174
POST /api/v1/namespaces/test/pods
175-
Content-Type: json
175+
Content-Type: application/json
176176
Accept: application/json
177177
… JSON encoded Pod object
178178
---

0 commit comments

Comments
 (0)