APIOrgsUpdate dataset metadata or storage credentials for the caller's organization

Parameters

Name

Type

Req.

  • id

    string / UUID
    required
  • bodyapplication/json

    object
    optional
    Object Properties

Returns

put
/org/datasets/{id}
$ curl -X PUT "https://api.zoo.dev/org/datasets/{id}" \
	--header "Authorization: Bearer $TOKEN" \
	--header "Content-Type: application/json" \
	--data '{}'
200 OK
Response
{}