📝 Update docs for models for updating, id should not be updatable (#335)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
kurtportelli
2022-08-28 01:43:42 +02:00
committed by GitHub
parent 8ac82e7101
commit a2cda8377f
4 changed files with 10 additions and 12 deletions

View File

@ -442,7 +442,6 @@ openapi_schema = {
"title": "TeamUpdate",
"type": "object",
"properties": {
"id": {"title": "Id", "type": "integer"},
"name": {"title": "Name", "type": "string"},
"headquarters": {"title": "Headquarters", "type": "string"},
},