NSX-T Data Center REST API
Patch a manual draft
Create a new manual draft if the specified draft id does not correspondto an existing draft. Update the manual draft otherwise.
Auto draft can not be updated.
Request:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/drafts/<draft-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    PolicyDraft+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/drafts/test_draftSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  