Skip to content

Commit e38823b

Browse files
authored
trivial: shorten tuf repo view endpoint description by one word (#9302)
Just something I noticed in the v17 docs site preview. ### Before <img width="276" height="421" alt="Screenshot 2025-10-28 at 6 32 05 PM" src="https://github.com/user-attachments/assets/0087267f-0da5-484e-8f47-4a98ffce5252" /> ### After <img width="272" height="385" alt="Screenshot 2025-10-28 at 6 31 59 PM" src="https://github.com/user-attachments/assets/8a88ae13-0b8c-46eb-8464-926278a10775" />
1 parent a019b59 commit e38823b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nexus/external-api/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3189,7 +3189,7 @@ pub trait NexusExternalApi {
31893189
body: StreamingBody,
31903190
) -> Result<HttpResponseOk<views::TufRepoUpload>, HttpError>;
31913191

3192-
/// Fetch system release repository description by version
3192+
/// Fetch system release repository by version
31933193
#[endpoint {
31943194
method = GET,
31953195
path = "/v1/system/update/repositories/{system_version}",

openapi/nexus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11184,7 +11184,7 @@
1118411184
"tags": [
1118511185
"system/update"
1118611186
],
11187-
"summary": "Fetch system release repository description by version",
11187+
"summary": "Fetch system release repository by version",
1118811188
"operationId": "system_update_repository_view",
1118911189
"parameters": [
1119011190
{

0 commit comments

Comments
 (0)