Skip to main content
POST
Save test feedback (temperature check) on a sage

Authorizations

nonce
string
query
required

WordPress AJAX nonce (passed as form field, verified per-action)

Body

application/x-www-form-urlencoded
action
string
required
Allowed value: "sagescreen_save_temperature_check"
nonce
string
required

WP nonce for sagescreen_frontend_nonce

Example:

"abc123def456"

sage_id
integer
required

Post ID of the ss_council_sage

Example:

1234

comfort_level
enum<string>
required

Subjective comfort level for temperature check

Available options:
not_comfortable,
neutral,
very_comfortable
Example:

"very_comfortable"

ease_level
integer
required

Ease of use rating (1 = very difficult, 5 = very easy)

Required range: 1 <= x <= 5
Example:

4

comments
string

Optional free-text comments about the testing experience

Maximum string length: 10000
Example:

"The sage handled technical questions well."

Response

200 - application/json

Temperature check result

success
boolean
message
string
Example:

"Temperature check saved successfully"

data
object