|
3988 | 3988 | } |
3989 | 3989 | } |
3990 | 3990 | }, |
3991 | | - "/api/v2/subscribers/attributes": { |
| 3991 | + "/api/v2/attributes": { |
3992 | 3992 | "get": { |
3993 | 3993 | "tags": [ |
3994 | 3994 | "subscriber-attributes" |
3995 | 3995 | ], |
3996 | 3996 | "summary": "Gets a list of all subscriber attribute definitions.", |
3997 | 3997 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns a JSON list of all subscriber attribute definitions.", |
3998 | | - "operationId": "6967a987ff39ddf03f3406bc68474f7a", |
| 3998 | + "operationId": "32f8f5612d7efb526f1aa56f194d3102", |
3999 | 3999 | "parameters": [ |
4000 | 4000 | { |
4001 | 4001 | "name": "php-auth-pw", |
|
4070 | 4070 | ], |
4071 | 4071 | "summary": "Create a subscriber attribute definition.", |
4072 | 4072 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns created subscriber attribute definition.", |
4073 | | - "operationId": "c11d004e79a0ae1798e990ed9e5e3f10", |
| 4073 | + "operationId": "8cf0c6bd315d14348f6fcc7733bdee5e", |
4074 | 4074 | "parameters": [ |
4075 | 4075 | { |
4076 | 4076 | "name": "php-auth-pw", |
|
4127 | 4127 | } |
4128 | 4128 | } |
4129 | 4129 | }, |
4130 | | - "/api/v2/subscribers/attributes/{definitionId}": { |
| 4130 | + "/api/v2/attributes/{definitionId}": { |
4131 | 4131 | "get": { |
4132 | 4132 | "tags": [ |
4133 | 4133 | "subscriber-attributes" |
4134 | 4134 | ], |
4135 | 4135 | "summary": "Gets attribute with specified ID.", |
4136 | 4136 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns a single attribute with specified ID.", |
4137 | | - "operationId": "8c95f96db7876dc0db83c732f1ced535", |
| 4137 | + "operationId": "395c35f21b4e9b58cf674f2d7388fc5d", |
4138 | 4138 | "parameters": [ |
4139 | 4139 | { |
4140 | 4140 | "name": "definitionId", |
|
4200 | 4200 | ], |
4201 | 4201 | "summary": "Update a subscriber attribute definition.", |
4202 | 4202 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns updated subscriber attribute definition.", |
4203 | | - "operationId": "a8db4bbd9d8fe18de78c0703f3260fe4", |
| 4203 | + "operationId": "6c4a7b00c41b0f4f93d434ef503bb095", |
4204 | 4204 | "parameters": [ |
4205 | 4205 | { |
4206 | 4206 | "name": "definitionId", |
|
4271 | 4271 | ], |
4272 | 4272 | "summary": "Deletes an attribute definition.", |
4273 | 4273 | "description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Deletes a single subscriber attribute definition.", |
4274 | | - "operationId": "3712009921a5b4e3807b4e1b36865637", |
| 4274 | + "operationId": "762041f6be129fd4436092cf05e4ade3", |
4275 | 4275 | "parameters": [ |
4276 | 4276 | { |
4277 | 4277 | "name": "php-auth-pw", |
|
0 commit comments