Add new error to API docs
Commit cc493a52a46271df82dbebea26038502b85788b9 added a constraint to network connect/disconnect operations on "Swarm scoped" networks. This adds those errors to the API documentation. Also changes the error to lowercase for consistency. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: b0089e48272f18d856ba147b393371c18d5683fb Component: engine
This commit is contained in:
@ -3259,6 +3259,7 @@ Content-Type: application/json
|
||||
**Status codes**:
|
||||
|
||||
- **200** - no error
|
||||
- **403** - operation not supported for swarm scoped networks
|
||||
- **404** - network or container is not found
|
||||
- **500** - Internal Server Error
|
||||
|
||||
@ -3291,6 +3292,7 @@ Content-Type: application/json
|
||||
**Status codes**:
|
||||
|
||||
- **200** - no error
|
||||
- **403** - operation not supported for swarm scoped networks
|
||||
- **404** - network or container not found
|
||||
- **500** - Internal Server Error
|
||||
|
||||
|
||||
@ -3260,6 +3260,7 @@ Content-Type: application/json
|
||||
**Status codes**:
|
||||
|
||||
- **200** - no error
|
||||
- **403** - operation not supported for swarm scoped networks
|
||||
- **404** - network or container is not found
|
||||
- **500** - Internal Server Error
|
||||
|
||||
@ -3292,6 +3293,7 @@ Content-Type: application/json
|
||||
**Status codes**:
|
||||
|
||||
- **200** - no error
|
||||
- **403** - operation not supported for swarm scoped networks
|
||||
- **404** - network or container not found
|
||||
- **500** - Internal Server Error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user