Skip to content

Commit 1d40560

Browse files
author
Matthew Fisher
committed
docs(controller): add Limit server autodocs
1 parent 3339045 commit 1d40560

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

controller/api/urls.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@
6565
6666
Create a new :class:`~api.models.Build`.
6767
68+
.. http:get:: /api/apps/(string:id)/limits/
69+
70+
Retrieve the latest :class:`~api.models.Limit`.
71+
72+
.. http:post:: /api/apps/(string:id)/limits/
73+
74+
Create a new :class:`~api.models.Limit`.
75+
6876
.. http:get:: /api/apps/(string:id)/releases/(int:version)/
6977
7078
Retrieve a :class:`~api.models.Release` by its `version`.

0 commit comments

Comments
 (0)