priv/docs/image_registries.md
# Image Registries
## Generate a JWT to interact with the specified image registry.
**POST** `/accounts/{account_id}/containers/registries/{domain}/credentials`
### Responses
#### 201
> Data is at `body["result"]`
```json
```
#### 400
```json
```
#### 404
```json
```
#### 409
```json
```
#### 500
```json
```