post https://api.bigpanda.io/resources/v2.0/rcc
Creates a new schema definition for creating a new RCC relation.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Returns
Possible response codes include:
201 Created
- Created. Created metadata is returned.400 Bad Request
— Default code for invalid requests.401 Unauthorized
- Token is invalid or missing. Check that the request includes the correct HTTP headers.404 Not Found
—Requested endpoint is not available. Check that the request uses one of the API endpoints specified in the documentation.409 Resource Conflict
— Request cannot be performed due to a conflict.429 Too Many Requests
— Rate limitation reached500 Internal Server Error
— Default code for errors that occur due to problems on BigPanda servers. Retry the request after some time.