API Reference
Update session tags
Update the tags associated with a Devin session.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The session ID
Body
application/json
Request body for updating session tags
List of tags for the session
Response
200
application/json
Tags updated successfully
Example:
"Tags updated successfully"