|
52 | 52 | region_aware: false |
53 | 53 | "/projects/{org}/{project}/releases/": |
54 | 54 | section: "Releases" |
55 | | - path_params: ["org", "project"] |
56 | 55 | absolute: false |
57 | 56 | methods: |
58 | 57 | GET: |
|
71 | 70 | region_aware: false |
72 | 71 | "/projects/{org}/{project}/releases/{version}/": |
73 | 72 | section: "Releases" |
74 | | - path_params: ["org", "project", "version"] |
75 | 73 | absolute: false |
76 | 74 | methods: |
77 | 75 | PUT: |
|
100 | 98 | DELETE: |
101 | 99 | locations: ["api::AuthenticatedApi::delete_release"] |
102 | 100 | region_aware: false |
103 | | - |
104 | 101 | "/projects/{org}/{project}/releases/{version}/commits/": |
105 | 102 | section: "Releases" |
106 | 103 | absolute: false |
|
124 | 121 | region_aware: false |
125 | 122 | "/projects/{org}/{project}/releases/{release}/files/": |
126 | 123 | section: "Release files (artifacts)" |
127 | | - path_params: ["org", "project", "release"] |
128 | 124 | absolute: false |
129 | 125 | methods: |
130 | 126 | GET: |
131 | 127 | locations: ["api::AuthenticatedApi::list_release_files_by_checksum"] |
132 | 128 | region_aware: false |
133 | | - query_params: |
134 | | - cursor: |
135 | | - notes: "pagination cursor" |
136 | | - checksum: |
137 | | - repeatable: true |
138 | | - notes: "Appends multiple checksum params if total length <= 16k" |
139 | | - pagination: |
140 | | - param: "cursor" |
141 | 129 | POST: |
142 | 130 | locations: ["api::RegionSpecificApi::upload_release_file"] |
143 | 131 | region_aware: true |
144 | 132 | notes: "multipart" |
145 | | - |
146 | 133 | "/organizations/{org}/releases/{release}/files/": |
147 | 134 | section: "Release files (artifacts)" |
148 | | - path_params: ["org", "release"] |
149 | 135 | absolute: false |
150 | 136 | methods: |
151 | 137 | GET: |
|
197 | 183 | region_aware: false |
198 | 184 | "/organizations/{org}/releases/{version}/deploys/": |
199 | 185 | section: "Deploys" |
200 | | - path_params: ["org", "version"] |
201 | 186 | absolute: false |
202 | 187 | methods: |
203 | 188 | POST: |
|
208 | 193 | region_aware: false |
209 | 194 | "/projects/{org}/{project}/issues/": |
210 | 195 | section: "Events and logs" |
211 | | - path_params: ["org", "project"] |
212 | 196 | absolute: false |
213 | 197 | methods: |
214 | 198 | PUT: |
|
272 | 256 | notes: "Authorization header is forced back on before sending" |
273 | 257 | "/projects/{org}/{project}/files/dsyms/": |
274 | 258 | section: "Region-specific uploads (wrapper)" |
275 | | - path_params: ["org", "project"] |
276 | 259 | absolute: false |
277 | 260 | methods: |
278 | 261 | POST: |
|
0 commit comments