POST certificates returns 200 instead of 201 now
os-certificates POST command returns 200 , not 201 in the code now we will change it later to 201 in the code but for now we need to change code to make code and doc consistent. Change-Id: I0e9bf919a76f85c041d37f7957b537611035459f Partial-Bug: #1515222
This commit is contained in:
parent
4b10246f39
commit
34adc3a796
@ -33,7 +33,7 @@
|
||||
xmlns="http://docbook.org/ns/docbook">
|
||||
<para role="shortdesc">Creates a certificate.</para>
|
||||
</wadl:doc>
|
||||
<response status="201">
|
||||
<response status="200">
|
||||
<representation mediaType="application/json">
|
||||
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook">
|
||||
<xsdxt:code
|
||||
|
Loading…
x
Reference in New Issue
Block a user