Skip to content

Commit 8821d4d

Browse files
OAS Update
1 parent d04ee0a commit 8821d4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

services/lb-ip-lists/v1alpha/lb-ip-lists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@
183183
"type": "object"
184184
},
185185
"UploadIPListPayload": {
186-
"description": "UploadIPListRequest is the request payload for creating/replacing IP List.",
186+
"description": "Request payload for creating or replacing an IP list.\n\n**Limits \u0026 Restrictions:**\n- **Project Quota:** Maximum of 3 IP lists allowed per project.\n- **Payload Size:** The entire HTTP request body JSON payload is restricted to a maximum size of 2 MB. This limit applies to the full JSON structure, including all fields (`name`, `projectId`, `region`, `fileContent`) and all `labels` keys and values.\n- **Rate Limit:** 1 request per minute.",
187187
"properties": {
188188
"fileContent": {
189-
"description": "Raw upload payload. Base64-encoded over JSON. Newline-separated `.txt` list of IPv4 CIDR entries, or CSV with a `cidr` column (any other columns are ignored). Whole request JSON payload restricted to 2 MB.",
189+
"description": "Raw upload payload. Base64-encoded over JSON. Newline-separated `.txt` list of IPv4 CIDR entries, or CSV with `cidr,labels` columns (any other columns are ignored).",
190190
"format": "byte",
191191
"type": "string"
192192
},
@@ -513,7 +513,7 @@
513513
}
514514
},
515515
"put": {
516-
"description": "UploadIPList creates the IP list or replaces its content. Raw upload\n is in `file_content`. Rate limit is 1/min.",
516+
"description": "UploadIPList creates the IP list or replaces its content. Raw upload\n is in `file_content`.",
517517
"operationId": "UploadIPList",
518518
"parameters": [
519519
{

0 commit comments

Comments
 (0)