Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example Request

Code Block
languagejson
PUT {{baseUrl}}/portal/service/{{serviceProviderId}}/_moveBlufis HTTP/1.1
Content-Type: application/json
Accept: application/json
bzspid:  {{bzspid}}

{
    "targetProjectId": 1,
    "id64s": [
        "1111",
        "2222"
    ]   
}

...