put request

PHOTO EMBED

Sun Jul 23 2023 09:11:36 GMT+0000 (Coordinated Universal Time)

Saved by @nelson22

$.ajax({
    url: api_url + `application/updateaction/${unid}/${btnText}`,
    type: 'PUT',
    success: function(response) {
        console.log(response);
    },
    error: function(error){
        console.log(error);
    }
});
content_copyCOPY