Opt in the project as consumer enabled.
POST /projects/:project_id/consumers
Opt in the project as consumer enabled.
Path Parameters
- project_id string required
Project ID
Responses
- 200
- 400
- 401
- 403
Success" {"ok":1,"data":{"projectId":"<project_id>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"message":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Unauthorized" {"ok":0,"message":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Forbidden" {"ok":0,"message":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...