mirror of
https://github.com/containers/podman.git
synced 2026-03-29 12:03:29 -04:00
Swagger documentation reported that the API endpoint /pods/create returned 200 while the as-built code returned 201. 201 is more correct so documentation updated. Tests already checked for 201 so no updated needed. Signed-off-by: Jhon Honce <jhonce@redhat.com>