Fixed content detail ref #48303

pull/48304/head
Sagnik Pal 2024-10-12 21:54:18 +05:30 committed by GitHub
parent 2ab782ff3d
commit 28db3e9253
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ For example:
```
POST /api/v1/namespaces/test/pods
Content-Type: json
Content-Type: application/json
Accept: application/json
… JSON encoded Pod object
---