Comment 1 for bug 1887209

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/740446
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=9c80bd9dfac67841dd9d362bec6fc4442d3ac0be
Submitter: Zuul
Branch: master

commit 9c80bd9dfac67841dd9d362bec6fc4442d3ac0be
Author: XinxinShen <email address hidden>
Date: Fri Jul 10 17:51:23 2020 +0800

    Update API documentation

    An error occurred when using the profile part of the API documentation
    (/v1/iprofiles and /v1/iprofiles/{profile_id}). After analyzing the code,
    I found that the URLs set in the code are /v1/profile and
    /v1/iprofile/{profile_id}. This is inconsistent with the API documentation,
    so update the profile section of the API documentation.

    Closes-Bug: #1887209

    Change-Id: Id1222178ad0364ff712121566481448e873c5245
    Signed-off-by: Xinxin Shen <email address hidden>