{"componentChunkName":"component---src-templates-api-page-tsx","path":"/api/projects/submit-user-feedback/","result":{"data":{"openApi":{"id":"cd532dc2-8ab2-572f-8af1-31d500c23542","path":{"description":"Submit and associate user feedback with an issue.\n\nFeedback must be received by the server no more than 30 minutes after the event was saved.\n\nAdditionally, within 5 minutes of submitting feedback it may also be overwritten. This is useful in situations where you may need to retry sending a request due to network failures.\n\nIf feedback is rejected due to a mutability threshold, a 409 status code will be returned.\n\nNote: Feedback may be submitted with DSN authentication (see auth documentation).","method":"post","operationId":"Submit User Feedback","summary":null,"tags":["Projects"],"apiPath":"/api/0/projects/{organization_slug}/{project_slug}/user-feedback/","readableUrl":"/api/projects/submit-user-feedback/","parameters":[{"schema":{"type":"string","format":null,"enum":null},"name":"organization_slug","in":"path","description":"The slug of the organization.","required":true},{"schema":{"type":"string","format":null,"enum":null},"name":"project_slug","in":"path","description":"The slug of the project.","required":true}],"responses":[{"content":{"content_type":"application/json","example":"{\n  \"comments\": \"It broke!\",\n  \"dateCreated\": \"2018-11-06T21:20:11.468Z\",\n  \"email\": \"jane@example.com\",\n  \"event\": {\n    \"eventID\": \"14bad9a2e3774046977a21440ddb39b2\",\n    \"id\": null\n  },\n  \"eventID\": \"14bad9a2e3774046977a21440ddb39b2\",\n  \"id\": \"1\",\n  \"issue\": null,\n  \"name\": \"Jane Smith\",\n  \"user\": null\n}","schema":"{\n  \"type\": \"object\",\n  \"required\": [\n    \"comments\",\n    \"dateCreated\",\n    \"email\",\n    \"event\",\n    \"eventID\",\n    \"id\",\n    \"issue\",\n    \"name\",\n    \"user\"\n  ],\n  \"properties\": {\n    \"comments\": {\n      \"type\": \"string\"\n    },\n    \"dateCreated\": {\n      \"type\": \"string\"\n    },\n    \"email\": {\n      \"type\": \"string\"\n    },\n    \"event\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"eventID\": {\n          \"type\": \"string\"\n        },\n        \"id\": {\n          \"type\": \"string\",\n          \"nullable\": true\n        }\n      }\n    },\n    \"eventID\": {\n      \"type\": \"string\"\n    },\n    \"id\": {\n      \"type\": \"string\"\n    },\n    \"issue\": {\n      \"type\": \"object\",\n      \"nullable\": true\n    },\n    \"name\": {\n      \"type\": \"string\"\n    },\n    \"user\": {\n      \"type\": \"string\",\n      \"nullable\": true\n    }\n  }\n}"},"description":"Success","status_code":"201"},{"content":null,"description":"Bad Input","status_code":"400"},{"content":null,"description":"Forbidden","status_code":"403"},{"content":null,"description":"The requested resource does not exist","status_code":"404"},{"content":null,"description":"Conflict","status_code":"409"}],"requestBody":{"content":{"content_type":"application/json","schema":"{\n  \"required\": [\n    \"event_id\",\n    \"name\",\n    \"email\",\n    \"comments\"\n  ],\n  \"type\": \"object\",\n  \"properties\": {\n    \"event_id\": {\n      \"type\": \"string\",\n      \"description\": \"The event ID.\",\n      \"example\": \"14bad9a2e3774046977a21440ddb39b2\"\n    },\n    \"name\": {\n      \"type\": \"string\",\n      \"description\": \"User's name.\",\n      \"example\": \"Jane Smith\"\n    },\n    \"email\": {\n      \"type\": \"string\",\n      \"description\": \"User's email address.\",\n      \"example\": \"jane@example.com\"\n    },\n    \"comments\": {\n      \"type\": \"string\",\n      \"description\": \"Comments supplied by user.\",\n      \"example\": \"It broke!\"\n    }\n  }\n}"},"required":false},"security":[{"auth_token":["project:write"]},{"auth_token":null}]}}},"pageContext":{"id":"cd532dc2-8ab2-572f-8af1-31d500c23542","title":"Submit User Feedback"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","3990806462","4015007367","4192517163"]}