File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ Version detail
248
248
249
249
.. sourcecode :: bash
250
250
251
- $ curl https://readthedocs.org/api/v3/projects/pip/versions/latest /
251
+ $ curl https://readthedocs.org/api/v3/projects/pip/versions/stable /
252
252
253
253
**Example response **:
254
254
@@ -273,6 +273,8 @@ Version detail
273
273
}
274
274
}
275
275
276
+ .. TODO: add a field showing what's the tag where ``stable`` points to
277
+
276
278
:>json string slug: The slug for this version
277
279
:>json string verbose_name: The name of the version
278
280
:>json string identifier: A version control identifier for this version (eg. the commit hash of the tag)
@@ -371,6 +373,7 @@ Build details
371
373
}
372
374
}
373
375
376
+ .. TODO: maybe it's good to return the ``Config`` object used to run this build
374
377
375
378
:>json integer id: The ID of the build
376
379
:>json string date: The ISO-8601 datetime of the build.
You can’t perform that action at this time.
0 commit comments