Support API Key Authentication
Support API Key Authentication

Create feedback for a pod

Create feedback for a specific pod

post/pods/{pod_id}/feedback

Path parameters

pod_idstring uuid required

Request body

feedback_textstring required

User feedback content

ratinginteger nullable

Rating from 1-5

reasonstring nullable

Reason for feedback

Example request

{
  "feedback_text": "Great service, very responsive support!",
  "rating": 5,
  "reason": "excellent_performance"
}

Response

Successful Response

idstring uuid required
user_idstring uuid required
executor_idstring uuid nullable required
feedback_textstring required
ratinginteger nullable required
reasonstring nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.