API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /resources

Creates a resource

Verb: POST

Auth: Basic Auth

Sample Request:
$ curl -H "Content-type:application/json" -X POST -d \
'{
	"displayName" : "Reports",
	"path" : "/reports"
  }' \
https://api.enterprise.apigee.com/v1/o/{org_name}/resources \
-u myname:mypass
Sample Response:
Success 2xx with proper response
     {
	"displayName" : "Reports",
	"path" : "/reports"
  }
Last updated: about 1 month ago