|
2438 | 2438 | }
|
2439 | 2439 | }
|
2440 | 2440 | },
|
2441 |
| - "/api/v2/subscriber/attributes": { |
| 2441 | + "/api/v2/subscribers/attributes": { |
2442 | 2442 | "get": {
|
2443 | 2443 | "tags": [
|
2444 | 2444 | "subscriber-attributes"
|
2445 | 2445 | ],
|
2446 | 2446 | "summary": "Gets a list of all subscriber attribute definitions.",
|
2447 | 2447 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns a JSON list of all subscriber attribute definitions.",
|
2448 |
| - "operationId": "f70503d5f47cc2ab6295bd42eb856fd4", |
| 2448 | + "operationId": "6967a987ff39ddf03f3406bc68474f7a", |
2449 | 2449 | "parameters": [
|
2450 | 2450 | {
|
2451 | 2451 | "name": "php-auth-pw",
|
|
2520 | 2520 | ],
|
2521 | 2521 | "summary": "Create a subscriber attribute definition.",
|
2522 | 2522 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns created subscriber attribute definition.",
|
2523 |
| - "operationId": "8fef310a07ca52eeff40b5be04390044", |
| 2523 | + "operationId": "c11d004e79a0ae1798e990ed9e5e3f10", |
2524 | 2524 | "parameters": [
|
2525 | 2525 | {
|
2526 | 2526 | "name": "php-auth-pw",
|
|
2577 | 2577 | }
|
2578 | 2578 | }
|
2579 | 2579 | },
|
2580 |
| - "/api/v2/subscriber/attributes/{definitionId}": { |
| 2580 | + "/api/v2/subscribers/attributes/{definitionId}": { |
2581 | 2581 | "get": {
|
2582 | 2582 | "tags": [
|
2583 | 2583 | "subscriber-attributes"
|
2584 | 2584 | ],
|
2585 | 2585 | "summary": "Gets attribute with specified ID.",
|
2586 | 2586 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns a single attribute with specified ID.",
|
2587 |
| - "operationId": "7849055bd039056a546715e8b52134c2", |
| 2587 | + "operationId": "8c95f96db7876dc0db83c732f1ced535", |
2588 | 2588 | "parameters": [
|
2589 | 2589 | {
|
2590 | 2590 | "name": "definitionId",
|
|
2650 | 2650 | ],
|
2651 | 2651 | "summary": "Update a subscriber attribute definition.",
|
2652 | 2652 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns updated subscriber attribute definition.",
|
2653 |
| - "operationId": "0bc3c67f8a9a49f80b1e207f0fe335a1", |
| 2653 | + "operationId": "a8db4bbd9d8fe18de78c0703f3260fe4", |
2654 | 2654 | "parameters": [
|
2655 | 2655 | {
|
2656 | 2656 | "name": "definitionId",
|
|
2721 | 2721 | ],
|
2722 | 2722 | "summary": "Deletes an attribute definition.",
|
2723 | 2723 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Deletes a single subscriber attribute definition.",
|
2724 |
| - "operationId": "f8140d683e9a508bb3a50042636abc0c", |
| 2724 | + "operationId": "3712009921a5b4e3807b4e1b36865637", |
2725 | 2725 | "parameters": [
|
2726 | 2726 | {
|
2727 | 2727 | "name": "php-auth-pw",
|
|
0 commit comments