issues
search
m-flak
/
matts
"Matthew's ATS" - Portfolio Project - A fully functional job board! Deploys to Azure and uses Azure Functions.
GNU Affero General Public License v3.0
1
stars
0
forks
source link
"Queue Task Create" Function
#28
Closed
m-flak
closed
11 months ago
m-flak
commented
11 months ago
Create the "Queue Task Create" Function.
Input Trigger
HTTP Post
Accepts the JSON of a Task
Behavior
Posts the JSON of a Task to the Tasks Queue
Response
Success/Failure Code with a body
Successful:
200 with the response from Azure
Failure
: 4xx/5xx with a failure message
Create the "Queue Task Create" Function.
Input Trigger
Behavior
Response