Some fixes

master
Manuel Kaufmann 2019-02-19 23:13:44 +01:00
parent 208562c769
commit 0dff2d33f5
1 changed files with 4 additions and 1 deletions

View File

@ -248,7 +248,7 @@ Version detail
.. sourcecode:: bash
$ curl https://readthedocs.org/api/v3/projects/pip/versions/latest/
$ curl https://readthedocs.org/api/v3/projects/pip/versions/stable/
**Example response**:
@ -273,6 +273,8 @@ Version detail
}
}
.. TODO: add a field showing what's the tag where ``stable`` points to
:>json string slug: The slug for this version
:>json string verbose_name: The name of the version
:>json string identifier: A version control identifier for this version (eg. the commit hash of the tag)
@ -371,6 +373,7 @@ Build details
}
}
.. TODO: maybe it's good to return the ``Config`` object used to run this build
:>json integer id: The ID of the build
:>json string date: The ISO-8601 datetime of the build.