Add Tags to a Rapid Model
PUT/api/v1/rapidmodel/:id
Request
Path Parameters
id integerrequired
The id of the rapid model
Example: 635
Header Parameters
Authorization string
Example: Bearer {YOUR_AUTH_KEY}
Content-Type string
Example: application/json
Accept string
Example: application/json
- application/json
Body
required
tags string[]required
A list of tags that will be added to the rapid model
Responses
- 200
success
- text/plain
- Schema
Schema
string
Loading...