|
1 | | -structure(list(url = "__api__/v1/oauth/integrations", status_code = 400L, |
2 | | - headers = structure(list(date = "Wed, 06 Aug 2025 23:06:37 GMT", |
3 | | - `content-type` = "application/json", `content-length` = "103", |
4 | | - `set-cookie` = "AWSALB=9mN5qlJwx5BLvdRYWDHEJjg7DOZzKW/EG88UrtYfTluTTzuV6cGdvXdvesJWTq3QmWoKGmO6CjIwib30wDgHv7xPqaXHB3OQRrXs9tMhZtst8L+/YCrnJdpmAljL; Expires=Wed, 13 Aug 2025 23:06:37 GMT; Path=/", |
5 | | - `set-cookie` = "AWSALBCORS=9mN5qlJwx5BLvdRYWDHEJjg7DOZzKW/EG88UrtYfTluTTzuV6cGdvXdvesJWTq3QmWoKGmO6CjIwib30wDgHv7xPqaXHB3OQRrXs9tMhZtst8L+/YCrnJdpmAljL; Expires=Wed, 13 Aug 2025 23:06:37 GMT; Path=/; SameSite=None; Secure", |
6 | | - `cache-control` = "no-cache, no-store, must-revalidate", |
7 | | - expires = "0", pragma = "no-cache", server = "Posit Connect v2025.08.0-dev+23-gc5b3d6bdf1", |
8 | | - `x-content-type-options` = "nosniff", `x-correlation-id` = "98227671-62fe-495d-ba88-a2c48c45ca59"), class = c("insensitive", |
9 | | - "list")), all_headers = list(list(status = 400L, version = "HTTP/2", |
10 | | - headers = structure(list(date = "Wed, 06 Aug 2025 23:06:37 GMT", |
11 | | - `content-type` = "application/json", `content-length` = "103", |
12 | | - `set-cookie` = "AWSALB=9mN5qlJwx5BLvdRYWDHEJjg7DOZzKW/EG88UrtYfTluTTzuV6cGdvXdvesJWTq3QmWoKGmO6CjIwib30wDgHv7xPqaXHB3OQRrXs9tMhZtst8L+/YCrnJdpmAljL; Expires=Wed, 13 Aug 2025 23:06:37 GMT; Path=/", |
13 | | - `set-cookie` = "AWSALBCORS=9mN5qlJwx5BLvdRYWDHEJjg7DOZzKW/EG88UrtYfTluTTzuV6cGdvXdvesJWTq3QmWoKGmO6CjIwib30wDgHv7xPqaXHB3OQRrXs9tMhZtst8L+/YCrnJdpmAljL; Expires=Wed, 13 Aug 2025 23:06:37 GMT; Path=/; SameSite=None; Secure", |
14 | | - `cache-control` = "no-cache, no-store, must-revalidate", |
15 | | - expires = "0", pragma = "no-cache", server = "Posit Connect v2025.08.0-dev+23-gc5b3d6bdf1", |
16 | | - `x-content-type-options` = "nosniff", `x-correlation-id` = "98227671-62fe-495d-ba88-a2c48c45ca59"), class = c("insensitive", |
17 | | - "list")))), cookies = structure(list(domain = c("dogfood.team.pct.posit.it", |
18 | | - "dogfood.team.pct.posit.it"), flag = c(FALSE, FALSE), path = c("/", |
19 | | - "/"), secure = c(FALSE, TRUE), expiration = structure(c(1755126397, |
20 | | - 1755126397), class = c("POSIXct", "POSIXt")), name = c("AWSALB", |
21 | | - "AWSALBCORS"), value = c("9mN5qlJwx5BLvdRYWDHEJjg7DOZzKW/EG88UrtYfTluTTzuV6cGdvXdvesJWTq3QmWoKGmO6CjIwib30wDgHv7xPqaXHB3OQRrXs9tMhZtst8L+/YCrnJdpmAljL", |
22 | | - "9mN5qlJwx5BLvdRYWDHEJjg7DOZzKW/EG88UrtYfTluTTzuV6cGdvXdvesJWTq3QmWoKGmO6CjIwib30wDgHv7xPqaXHB3OQRrXs9tMhZtst8L+/YCrnJdpmAljL" |
23 | | - )), row.names = c(NA, -2L), class = "data.frame"), content = charToRaw("{\"code\":228,\"error\":\"The config key max_role must be one of (Viewer, Publisher, Admin)\",\"payload\":null}"), |
24 | | - date = structure(1754521597, class = c("POSIXct", "POSIXt" |
25 | | - ), tzone = "GMT"), times = c(redirect = 0, namelookup = 0, |
26 | | - connect = 0, pretransfer = 0.000177, starttransfer = 0.132928, |
27 | | - total = 0.133044)), class = "response") |
| 1 | +structure( |
| 2 | + list( |
| 3 | + url = "__api__/v1/oauth/integrations", |
| 4 | + status_code = 400L, |
| 5 | + headers = structure( |
| 6 | + list(`content-type` = "application/json"), |
| 7 | + class = c("insensitive", "list") |
| 8 | + ), |
| 9 | + content = charToRaw( |
| 10 | + "{\"code\":228,\"error\":\"The config key max_role must be one of (Viewer, Publisher, Admin)\",\"payload\":null}" |
| 11 | + ) |
| 12 | + ), |
| 13 | + class = "response" |
| 14 | +) |
0 commit comments