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

Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
This commit is contained in:
Joel Gerber 2022-04-22 07:06:31 -04:00 committed by GitHub
parent bf0c2cfcf7
commit f3adb2cd66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE,
GET).
For some resources, the API includes additional subresources that allow
fine grained authorization (such as separating viewing details for a Pod from
fine grained authorization (such as separate viewing details for a Pod from
retrieving its logs), and can accept and serve those resources in different
representations for convenience or efficiency.