We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55772ab commit 5f9d78aCopy full SHA for 5f9d78a
1 file changed
src/openprocurement/api/views.py
@@ -586,12 +586,12 @@ def __init__(self, request):
586
587
@view(content_type="application/json", validators=(validate_bid_data,))
588
def collection_post(self):
589
- """Registration of new bidder
+ """Registration of new bid proposal
590
591
- Creating new Bidder
592
- -------------------
+ Creating new Bid proposal
+ -------------------------
593
594
- Example request to create bidder:
+ Example request to create bid proposal:
595
596
.. sourcecode:: http
597
0 commit comments