flickr-sdk
Version:
Almost certainly the best Flickr API client in the world for node and the browser
17 lines (16 loc) • 416 B
TypeScript
/**
* This file was auto-generated on 2023-10-24T15:44:49.925Z
* flickr.testimonials.addTestimonial
* Write a new testimonial
* Permissions required: write
*/
export type FlickrTestimonialsAddTestimonialParams = {
/**
* ID of the user the testimonial is about
*/
user_id: string;
/**
* The text of the testimonial. HTML/BBCode is not accepted
*/
testimonial_text: string;
};