From cd49ee14de8eb49878cce3d147fd1e32e51ccb51 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 1 Aug 2024 18:35:56 +0000 Subject: [PATCH] Update docs/api.md --- docs/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api.md b/docs/api.md index d39802cb..96baa8cf 100644 --- a/docs/api.md +++ b/docs/api.md @@ -2860,14 +2860,14 @@ Unexpected Error | Name | Type | Go type | Required | Default | Description | Example | |------|------|---------|:--------:| ------- |-------------|---------| -| address | ipv4 (formatted string)| `strfmt.IPv4` | ✓ | | Address to use. | `1.2.3.4` | +| address | ipv4 (formatted string)| `strfmt.IPv4` | | | Address to use. | `1.2.3.4` | | admin_state_up | boolean| `bool` | | `true`| The administrative state of the resource, which is up (true) or down (false). Default is true. | | | created_at | date-time (formatted string)| `strfmt.DateTime` | | | The UTC date and timestamp when the resource was created. | `2020-05-11T17:21:34` | | datacenter_id | uuid (formatted string)| `strfmt.UUID` | | | Datacenter assigned for this member. | | | id | uuid (formatted string)| `strfmt.UUID` | | | The id of the resource. | | | name | string| `string` | | | Human-readable name of the resource. | | -| pool_id | uuid (formatted string)| `strfmt.UUID` | ✓ | | pool id. | | -| port | integer| `int64` | ✓ | | Port to use for monitor checks. | `80` | +| pool_id | uuid (formatted string)| `strfmt.UUID` | | | pool id. | | +| port | integer| `int64` | | | Port to use for monitor checks. | `80` | | project_id | string| `string` | | | The ID of the project owning this resource. | `fa84c217f361441986a220edf9b1e337` | | provisioning_status | string| `string` | | | | | | status | string| `string` | | | | |