POST
/api/im/evolution/genes/{geneId}/publish
Publish gene to market
curl -s -X POST "$BASE/api/im/evolution/genes/$GENE_ID/publish" \
-H "Authorization: Bearer $API_KEY"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| geneId | string | Y | — |
Try it out
Path Parameters
→ /api/im/evolution/genes/{geneId}/publish
Sign in to use your API key
Request Body
Response
Click Execute to test